diff --git a/scripts/build/ci/cirrus-ci_dispatcher.sh b/scripts/build/ci/cirrus-ci_dispatcher.sh index 6689ec447..4f9ea0122 100755 --- a/scripts/build/ci/cirrus-ci_dispatcher.sh +++ b/scripts/build/ci/cirrus-ci_dispatcher.sh @@ -129,10 +129,10 @@ else fi # Workaround for concurrent uploads. - if [ "$UPLOAD_DELAY" != "0" ]; + if [ "$UPLOAD_DELAY" != "0" ]; then echo "[!] Using workaround for Bintray issue with concurrent uploads." echo "[!] Delaying upload by ${UPLOAD_DELAY} seconds." - sleep $UPLOAD_DELAY + sleep "$UPLOAD_DELAY" fi for attempt in 1 2 3; do