Skip to content

Commit

Permalink
UHF-8943: Fixed while loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Nov 29, 2023
1 parent a0299da commit c1d9e9f
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 c1d9e9f

Please sign in to comment.