From: Kevin Ottens Date: Wed, 18 Nov 2020 15:05:19 +0000 (+0100) Subject: Issue a warning for Debian pipeline failures but don't fail the CI X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~57^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f25840ec9f5042c6d670e8ac913dfe0a6e98a60;p=nextcloud-desktop.git 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 --- 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