Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 20, 2024
1 parent be924f3 commit 2154047
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion updater/bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ if [ -n "$WORKAROUND_CMD" ]; then
fi

bundle exec ruby "bin/${command}.rb"
tail -f /dev/null
if [ -f /home/dependabot/dependabot-updater/git.store ]; then
cat /home/dependabot/dependabot-updater/git.store
else
echo "/home/dependabot/dependabot-updater/git.store not found"
fi

0 comments on commit 2154047

Please sign in to comment.