Skip to content

Commit

Permalink
Merge pull request #741 from City-of-Helsinki/UHF-8943
Browse files Browse the repository at this point in the history
UHF-8943: Fixed while loop
  • Loading branch information
tuutti authored Nov 29, 2023
2 parents 1858e83 + c1d9e9f commit 30a009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/openshift/crons/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source /init.sh

ATTEMPTS=0
# Checking if a new deployment is in progress, as we should not run cron while deploying.
while [ deployment_in_progress ]
while deployment_in_progress
do
let ATTEMPTS++

Expand Down

0 comments on commit 30a009e

Please sign in to comment.