fix ci-verify retry
This commit is contained in:
parent
6042596c79
commit
e379406245
|
@ -31,8 +31,8 @@ case "$1" in
|
|||
exit 0
|
||||
;;
|
||||
'"pending"')
|
||||
echo "CI pipeline still pending, checking again in $CI_VERIFY_RETRY seconds..."
|
||||
sleep $CI_VERIFY_RETRY
|
||||
echo "CI pipeline still pending, checking again in $CI_VERIFY_RETRY_TIME seconds..."
|
||||
sleep $CI_VERIFY_RETRY_TIME
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: Bad pipeline status $CI_VERIFY"
|
||||
|
|
Loading…
Reference in a new issue