From d21d9e107c15e14f77ff432f1ae008a798117476 Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 03:21:14 +0300 Subject: [PATCH] remove sleep --- .gitea/actions/create/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 33f3dd2..d62d810 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -8,7 +8,6 @@ runs: steps: - run: | curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - - sleep 20 shell: bash env: POD_NAME: ${{ inputs.service_name }}