Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-01 12:46:57 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-01 12:46:57 +0300
commit35316470d5ec12a8b6749ae3f911198e372961c5 (patch)
tree89ce178e362be6cebed715b74722b53054cd45c8 /.gitlab-ci.yml
parentadeff0ea4a5446d3ed53b8a5613e884242336d2d (diff)
Add only/when in review_stop job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 360da819..8da5a51f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,10 @@ review_stop:
environment:
name: review/$CI_BUILD_REF_NAME
action: stop
+ only:
+ - branches
+ except:
+ - master
tags:
- nginx
- review-apps