summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci-make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci-make.sh b/.ci-make.sh
index 5f8bd50..a35bf15 100755
--- a/.ci-make.sh
+++ b/.ci-make.sh
@@ -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"