From ed3f526647a1a83598d684ff4de99a604eeb6f09 Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Fri, 8 Aug 2025 00:18:20 +0300 Subject: [PATCH] Revert "debug1" This reverts commit 4c961f681b60a80d2ff3903605a337480a6798d5. --- .gitea/actions/create/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 82c0e14..7d1a989 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -18,8 +18,6 @@ inputs: runs: using: composite steps: - - run: echo '${{ toJson(gitea) }}' - shell: bash - run: | curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f - werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=600s