From fdf0d4e40c31454dbba6dea51ff63a7146fc2b76 Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 03:34:09 +0300 Subject: [PATCH] fixes --- .gitea/actions/create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: