Skip to content
Snippets Groups Projects
Commit efc13a92 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Move stop_review to cleanup stage

parent fa3f8f28
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