From dbe4557f0cfb863b1e6267a0f6a6e6d2cf10430a Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Thu, 21 Mar 2019 08:27:55 +0000 Subject: [PATCH] CI: Allow failure in packaging step This depends on the windows build which is still allowed to fail. If that job fails then the packaging job will also fail. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0364cecce9..8e5e7f7ce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -641,6 +641,7 @@ cleanup-darwin: doc-tarball: <<: *only-default stage: packaging + allow_failure: true tags: - x86_64-linux image: ghcci/x86_64-linux-deb9:0.2 -- GitLab