CI: fix syntax errors in 'scripts/build/ci/cirrus-ci_dispatcher.sh'
This commit is contained in:
parent
b4015466c9
commit
2b21492262
@ -129,10 +129,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Workaround for concurrent uploads.
|
# Workaround for concurrent uploads.
|
||||||
if [ "$UPLOAD_DELAY" != "0" ];
|
if [ "$UPLOAD_DELAY" != "0" ]; then
|
||||||
echo "[!] Using workaround for Bintray issue with concurrent uploads."
|
echo "[!] Using workaround for Bintray issue with concurrent uploads."
|
||||||
echo "[!] Delaying upload by ${UPLOAD_DELAY} seconds."
|
echo "[!] Delaying upload by ${UPLOAD_DELAY} seconds."
|
||||||
sleep $UPLOAD_DELAY
|
sleep "$UPLOAD_DELAY"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for attempt in 1 2 3; do
|
for attempt in 1 2 3; do
|
||||||
|
Loading…
Reference in New Issue
Block a user