From ebd638e63962e7407248cb9f5055a3b904d783be Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Tue, 26 Aug 2025 14:09:42 +1000 Subject: [PATCH] =?UTF-8?q?fix(templateTaskGenerator):=20=D0=98=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=B2=20yml=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B5=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ad79666..93305053 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -747,7 +747,7 @@ prod_template_task_generator_deploy: script: - IMAGE_VERSION=$(echo $CI_COMMIT_TAG | sed 's/ttg/v/g') - docker login -u $HARBOR_PULL_USER -p $HARBOR_PULL_PASS $REPO - - tag=$IMAGE_VERSION docker stack deploy -c docker-compose.template-task-enerator.yml parr-template-task-generator --with-registry-auth + - tag=$IMAGE_VERSION docker stack deploy -c docker-compose.template-task-generator.yml parr-template-task-generator --with-registry-auth parallel: matrix: - RUNNER: shell-api-swarm-01