From 0b81aff9b3d5409c110a96de71a26ce8ae219cc9 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Mon, 6 Jan 2020 18:50:42 +0100 Subject: [PATCH] allow release alerts to fail --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67519137a4e5..afa52c755c1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,6 +119,8 @@ alert-pending-release: - /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1 script: - ./scripts/gitlab/alert_pending_release.sh + interruptible: true + allow_failure: true test-linux-stable: &test stage: test