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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-11-18 18:05:19 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-11-18 18:05:19 +0300
commit6f25840ec9f5042c6d670e8ac913dfe0a6e98a60 (patch)
tree7c2eba24ce36d974cc3eb20e50fcc160203dba81 /.drone.yml
parent1950efcfff88dd046ca28e5d45d83df4302993bc (diff)
Issue a warning for Debian pipeline failures but don't fail the CI
Since this fails every time we bump the version number and takes time to catch up while failing every following PRs, let's prevent this pipeline from failing the CI. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 39bb093d8..ab39fc1f0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -122,7 +122,7 @@ steps:
- name: build
image: nextcloudci/client-debian-ci:client-debian-ci-2
commands:
- - /bin/bash -c "./admin/linux/debian/drone-build.sh"
+ - /bin/bash -c "./admin/linux/debian/drone-build.sh" || echo "[WARNING] Debian build failed but this is a non-blocking CI event"
environment:
DEBIAN_SECRET_KEY:
from_secret: DEBIAN_SECRET_KEY