Skip to content
Snippets Groups Projects
Commit 4e50314b authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch '27109-cleanup' into 'master'

Move stop_review to cleanup stage

Closes gitlab-ce#27109

See merge request !57
parents ecc6f851 efc13a92
No related branches found
No related tags found
1 merge request!57Move stop_review to cleanup stage
Pipeline #
Loading
Loading
@@ -5,6 +5,7 @@ stages:
- review
- staging
- production
- cleanup
 
variables:
OPENSHIFT_SERVER: openshift.default.svc.cluster.local
Loading
Loading
@@ -50,7 +51,7 @@ review:
 
stop-review:
<<: *deploy
stage: review
stage: cleanup
script:
- oc delete all -l "app=$APP"
when: manual
Loading
Loading
Loading
Loading
@@ -12,6 +12,7 @@ stages:
- review
- staging
- production
- cleanup
 
build:
stage: build
Loading
Loading
@@ -61,7 +62,7 @@ review:
- master
 
stop_review:
stage: review
stage: cleanup
variables:
GIT_STRATEGY: none
script:
Loading
Loading
Loading
Loading
@@ -12,6 +12,7 @@ stages:
- review
- staging
- production
- cleanup
 
build:
stage: build
Loading
Loading
@@ -61,7 +62,7 @@ review:
- master
 
stop_review:
stage: review
stage: cleanup
variables:
GIT_STRATEGY: none
script:
Loading
Loading
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