From d16bdc00ff4a6c802937d62d56567ad5e2b2b9c1 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Thu, 12 May 2022 15:34:33 +0200 Subject: [PATCH] moved stop_review pipeline --- .gitlab-ci.yml | 1 - .gitlab/ci/deploy.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69b41f48a..d4003ef5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,6 @@ stages: - build_docker_images - deploy - integrationtest - - stop_review include: - local: /.gitlab/ci/build_composer.yml diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index 79c87eed3..f5d19e2cc 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -62,7 +62,7 @@ deploy_review: - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH' stop_review: - stage: stop_review + stage: deploy image: $DEPLOY_KUBERNETES_IMAGE environment: name: review/$CI_COMMIT_REF_SLUG -- GitLab