fix ci-verify retry
This commit is contained in:
parent
6042596c79
commit
e379406245
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue