fix ci-verify retry

This commit is contained in:
crystal 2023-07-05 00:42:02 -06:00
parent 6042596c79
commit e379406245
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -31,8 +31,8 @@ case "$1" in
exit 0 exit 0
;; ;;
'"pending"') '"pending"')
echo "CI pipeline still pending, checking again in $CI_VERIFY_RETRY seconds..." echo "CI pipeline still pending, checking again in $CI_VERIFY_RETRY_TIME seconds..."
sleep $CI_VERIFY_RETRY sleep $CI_VERIFY_RETRY_TIME
;; ;;
*) *)
echo "ERROR: Bad pipeline status $CI_VERIFY" echo "ERROR: Bad pipeline status $CI_VERIFY"