From e79c5807323d69da4ed282708e31adee0e4face4 Mon Sep 17 00:00:00 2001 From: farbod Date: Wed, 2 Oct 2024 20:01:37 +0100 Subject: [PATCH] fix: stupid mistake :) --- test_configs_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_configs_and_push.sh b/test_configs_and_push.sh index 93f71c3..24faa5b 100755 --- a/test_configs_and_push.sh +++ b/test_configs_and_push.sh @@ -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