[commit: ghc] master: CI: Allow failure in packaging step (dbe4557)

git at git.haskell.org git at git.haskell.org
Fri Mar 22 15:00:47 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/dbe4557f0cfb863b1e6267a0f6a6e6d2cf10430a/ghc

>---------------------------------------------------------------

commit dbe4557f0cfb863b1e6267a0f6a6e6d2cf10430a
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.


>---------------------------------------------------------------

dbe4557f0cfb863b1e6267a0f6a6e6d2cf10430a
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0364cec..8e5e7f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -641,6 +641,7 @@ cleanup-darwin:
 doc-tarball:
   <<: *only-default
   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