diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index bca4cd3..e4952dc 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -14,7 +14,7 @@ runs: echo "Still not ready..." sleep 2 timeout=$((timeout - 2)) - [ $timeout -le 0 ] && echo "Timeout waiting for pod" && exit 1 + [[ ${timeout} -le 0 ]] && echo "Timeout waiting for pod" && exit 10 done shell: bash env: