summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-14 06:46:08 -0700
committerStan Hu <stanhu@gmail.com>2018-07-14 06:46:08 -0700
commit470cc8fbab98bf1ef07477546ebadc6a685eebc5 (patch)
tree0ebab0f13cd4ad6cfbb6d18d8237a0b64bfb5c99
parent77f501bcd20a04289d073b0a328466316ec46bd2 (diff)
downloadgitlab-ce-sh-allow-danger-to-fail.tar.gz
Allow Danger step to failsh-allow-danger-to-fail
Currently the Danger processing is producing false positives when master is merged into a branch. Until #49175 is fixed, we should allow it to fail.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 137c26d7dae..9f6592b6278 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -351,6 +351,7 @@ retrieve-tests-metadata:
danger-review:
image: registry.gitlab.com/gitlab-org/gitaly/dangercontainer:latest
stage: prepare
+ allow_failure: true
before_script:
- source scripts/utils.sh
- retry gem install danger --no-ri --no-rdoc