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:
authorStan Hu <stanhu@gmail.com>2018-07-14 16:46:08 +0300
committerStan Hu <stanhu@gmail.com>2018-07-14 16:46:08 +0300
commit470cc8fbab98bf1ef07477546ebadc6a685eebc5 (patch)
tree0ebab0f13cd4ad6cfbb6d18d8237a0b64bfb5c99 /.gitlab-ci.yml
parent77f501bcd20a04289d073b0a328466316ec46bd2 (diff)
Allow Danger step 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.
Diffstat (limited to '.gitlab-ci.yml')
-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