summaryrefslogtreecommitdiff
path: root/.ci-make.sh
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2023-07-05 00:42:02 -0600
committercrystal <crystal@noreply.codeberg.org>2023-07-05 00:42:02 -0600
commite3794062457eaa57de3db6e57588b24bdba6f112 (patch)
tree2954d968fc9f44650fb810014f566259876b14e2 /.ci-make.sh
parent6042596c79bdce7feac4b435ec4ffc75863b1ae7 (diff)
fix ci-verify retry
Diffstat (limited to '.ci-make.sh')
-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"