From e3794062457eaa57de3db6e57588b24bdba6f112 Mon Sep 17 00:00:00 2001 From: crystal Date: Wed, 5 Jul 2023 00:42:02 -0600 Subject: [PATCH] fix ci-verify retry --- .ci-make.sh | 4 ++-- 1 file 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"