Skip to content
Snippets Groups Projects

Move stop_review to cleanup stage

Merged Mark Pundsack requested to merge 27109-cleanup into master
1 unresolved thread
3 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,7 @@ stages:
- review
- staging
- production
- cleanup
build:
stage: build
@@ -61,7 +62,7 @@ review:
- master
stop_review:
stage: review
stage: cleanup
variables:
GIT_STRATEGY: none
script:
Loading