Skip to content
Snippets Groups Projects
Commit d16bdc00 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

moved stop_review pipeline

parent 2f7bb58e
Branches
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -36,7 +36,6 @@ stages: ...@@ -36,7 +36,6 @@ stages:
- build_docker_images - build_docker_images
- deploy - deploy
- integrationtest - integrationtest
- stop_review
include: include:
- local: /.gitlab/ci/build_composer.yml - local: /.gitlab/ci/build_composer.yml
......
...@@ -62,7 +62,7 @@ deploy_review: ...@@ -62,7 +62,7 @@ deploy_review:
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH' - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'
stop_review: stop_review:
stage: stop_review stage: deploy
image: $DEPLOY_KUBERNETES_IMAGE image: $DEPLOY_KUBERNETES_IMAGE
environment: environment:
name: review/$CI_COMMIT_REF_SLUG name: review/$CI_COMMIT_REF_SLUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment