[commit: ghc] wip/packaging-fail: CI: Allow failure in packaging step (022bfbc)
git at git.haskell.org
git at git.haskell.org
Thu Mar 21 17:01:58 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/packaging-fail
Link : http://ghc.haskell.org/trac/ghc/changeset/022bfbcbbd9c130b3a40d664ed19c649a5a2b457/ghc
>---------------------------------------------------------------
commit 022bfbcbbd9c130b3a40d664ed19c649a5a2b457
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Thu Mar 21 08:27:55 2019 +0000
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.
>---------------------------------------------------------------
022bfbcbbd9c130b3a40d664ed19c649a5a2b457
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0740047..7fad152 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -579,6 +579,7 @@ cleanup-darwin:
doc-tarball:
stage: packaging
+ allow_failure: true
tags:
- x86_64-linux
image: ghcci/x86_64-linux-deb9:0.2
More information about the ghc-commits
mailing list