diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-07-05 00:42:02 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-07-05 00:42:02 -0600 |
| commit | e3794062457eaa57de3db6e57588b24bdba6f112 (patch) | |
| tree | 2954d968fc9f44650fb810014f566259876b14e2 /.ci-make.sh | |
| parent | 6042596c79bdce7feac4b435ec4ffc75863b1ae7 (diff) | |
fix ci-verify retry
Diffstat (limited to '.ci-make.sh')
| -rwxr-xr-x | .ci-make.sh | 4 |
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" |
