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:
authorJohn Cai <jcai@gitlab.com>2020-05-28 21:34:05 +0300
committerJohn Cai <jcai@gitlab.com>2020-05-28 21:34:05 +0300
commit2c0194fc7ac8436107a40ff79edbdc8f1ce2afc4 (patch)
tree17220b3a9df1da65e0ed3a251b3e8ff878c8d32e
parent57365c63a9c102a4e4af9940752d728d36997224 (diff)
parent1eb416ff01573212ea60e97399520aab0341988a (diff)
Merge branch 'zj-allow-failure-danger' into 'master'
Allow danger to fail See merge request gitlab-org/gitaly!2225
-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