From f29c6f18d5934a50497dfeef38bb3c2211682e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20de=20Hesselle?= Date: Fri, 9 Aug 2019 12:56:05 +0200 Subject: Allow macOS pipeline to fail This change is meant to reduce the noise produced by the failing pipeline. (Will be undone once the issues have been resolved.) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 213f5092c..72a6780ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ inkscape:mac: expire_in: 1 year paths: - artifacts/ + allow_failure: true ########################### -- cgit v1.2.3