diff --git a/updater/bin/run.sh b/updater/bin/run.sh index d1d1e141..4b879077 100755 --- a/updater/bin/run.sh +++ b/updater/bin/run.sh @@ -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