Skip to content

Commit

Permalink
fix: stupid mistake :)
Browse files Browse the repository at this point in the history
  • Loading branch information
farbod committed Oct 2, 2024
1 parent 64c57e0 commit e79c580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_configs_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cd "$(dirname "$0")"
# Ensure Go is available in the cron job environment
export PATH=$PATH:/usr/local/go/bin

bash docker-entrypoint.sh
git pull --rebase
bash docker-entrypoint.sh

# Check if 'output.txt' has changed
if git diff --exit-code data/output.txt > /dev/null; then
Expand Down

0 comments on commit e79c580

Please sign in to comment.