diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-08-09 10:56:05 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-08-09 10:56:05 +0000 |
| commit | f29c6f18d5934a50497dfeef38bb3c2211682e84 (patch) | |
| tree | afe2b0423a03499e2a11e878392c65700aa01657 /.gitlab-ci.yml | |
| parent | Remove subshell around gtk-mac-bundler (diff) | |
| download | inkscape-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.yml | 1 |
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 ########################### |
