CI: fix syntax errors in 'scripts/build/ci/cirrus-ci_dispatcher.sh'

This commit is contained in:
Leonid Pliushch 2019-07-22 22:48:36 +03:00
parent b4015466c9
commit 2b21492262
1 changed files with 2 additions and 2 deletions

View File

@ -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