Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-28 21:10:01 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-28 21:10:01 +0300
commit1eb416ff01573212ea60e97399520aab0341988a (patch)
tree17220b3a9df1da65e0ed3a251b3e8ff878c8d32e
parent57365c63a9c102a4e4af9940752d728d36997224 (diff)
Allow danger 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 9243413ef..49780de9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
danger-review:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:danger
+ allow_failure: true
stage: build
only:
- branches@gitlab-org/gitaly