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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-08-09 20:17:33 +0300
committerDiana Stanley <dstanley@gitlab.com>2018-08-09 20:54:54 +0300
commit72664250ae5ffc7d5b32645e4bb06275d9a12440 (patch)
treecad44ce30d51e29e4ae3e89f394ffc0847b2c27d
parent7431ada3d4f352c7d0795d3d774d89ffdc704de3 (diff)
Merge branch 'bvl-disable-prep-danger' into 'master'
Disable danger in preparation branches See merge request gitlab-org/gitlab-ce!21112
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcf47421b01..fd02d72b4c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -453,6 +453,7 @@ danger-review:
- master
variables:
- $CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
+ - $CI_COMMIT_REF_NAME =~ /.*-stable(-ee)?-prepare-.*/
script:
- git version
- danger --fail-on-errors=true