Commit 86456af1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-allow-danger-to-fail' into 'master'

Allow Danger step to fail

See merge request gitlab-org/gitlab-ce!20624
parents c70c20dd 470cc8fb
...@@ -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