diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-06-25 18:46:45 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-06-28 21:59:02 +0000 |
| commit | e4150e87517395665e263b405ea39fb312a7a46c (patch) | |
| tree | 9db8c9649b990c5fb97e905b59d470ee809fc13d | |
| parent | hatch.js (diff) | |
| download | inkscape-e4150e87517395665e263b405ea39fb312a7a46c.tar.gz inkscape-e4150e87517395665e263b405ea39fb312a7a46c.zip | |
No longer allow macOS CI to fail
This change no longer downgrades a build error to a warning that can
be easily overlooked or disregarded. It is necessary to make GitLab
features like "merge on successfull pipeline" work reliably.
Otherwise, merges will happen regardless of build success.
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72a6780ff..213f5092c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,6 @@ inkscape:mac: expire_in: 1 year paths: - artifacts/ - allow_failure: true ########################### |
