Skip to content
Snippets Groups Projects
Commit 02a409d19094 authored by Alexander Trost's avatar Alexander Trost
Browse files

Added only and except for deploy_review step

parent 1300fc01dd1c
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,11 @@
deploy_review:
image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
stage: review
only:
- branches
- tags
except:
- master
environment:
name: review/$CI_BUILD_REF_NAME
url: https://$CI_BUILD_REF_SLUG-presentation-gitlab-k8s.edenmal.net
......@@ -94,6 +99,9 @@
stop_review:
image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
stage: review
variables:
GIT_STRATEGY: none
when: manual
environment:
name: review/$CI_BUILD_REF_NAME
action: stop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment