summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-02-05 19:59:13 +0100
committerBenjamin Berg <bberg@redhat.com>2019-02-05 20:00:19 +0100
commite57d77165a32e05db751b46f6895b40a714e7ea0 (patch)
treea6d6f9b706895a6bb2874750111ed4afa1c0865a /.gitlab-ci.yml
parent9e070fc5da9d0a020ef5f5b4da84b9cbce73cbd7 (diff)
downloadgnome-settings-daemon-e57d77165a32e05db751b46f6895b40a714e7ea0.tar.gz
CI: Allow failures of delivery task for now
Currently the coverage report is not generating, causing the delivery to also fail. As we are already allowing a coverage failure, do the same for delivery.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4a26b97..5af3a712 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,8 @@ coverage:
##
pages:
stage: delivery
+ # Don't error in case coverage failed
+ allow_failure: true
dependencies:
- coverage
script: