Commit 470cc8fb authored by Stan Hu's avatar Stan Hu

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.
parent 77f501bc
...@@ -351,6 +351,7 @@ retrieve-tests-metadata: ...@@ -351,6 +351,7 @@ retrieve-tests-metadata:
danger-review: danger-review:
image: registry.gitlab.com/gitlab-org/gitaly/dangercontainer:latest image: registry.gitlab.com/gitlab-org/gitaly/dangercontainer:latest
stage: prepare stage: prepare
allow_failure: true
before_script: before_script:
- source scripts/utils.sh - source scripts/utils.sh
- retry gem install danger --no-ri --no-rdoc - retry gem install danger --no-ri --no-rdoc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment