summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-08-09 10:56:05 +0000
committerRené de Hesselle <dehesselle@web.de>2019-08-09 10:56:05 +0000
commitf29c6f18d5934a50497dfeef38bb3c2211682e84 (patch)
treeafe2b0423a03499e2a11e878392c65700aa01657 /.gitlab-ci.yml
parentRemove subshell around gtk-mac-bundler (diff)
downloadinkscape-f29c6f18d5934a50497dfeef38bb3c2211682e84.tar.gz
inkscape-f29c6f18d5934a50497dfeef38bb3c2211682e84.zip
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.)
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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
###########################