diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-14 06:46:08 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-14 06:46:08 -0700 |
commit | 470cc8fbab98bf1ef07477546ebadc6a685eebc5 (patch) | |
tree | 0ebab0f13cd4ad6cfbb6d18d8237a0b64bfb5c99 /.gitlab-ci.yml | |
parent | 77f501bcd20a04289d073b0a328466316ec46bd2 (diff) | |
download | gitlab-ce-470cc8fbab98bf1ef07477546ebadc6a685eebc5.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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |