[Git][ghc/ghc][wip/doc-tarball-error] gitab-ci: Allow doc-tarball job to fail
Ben Gamari
gitlab at gitlab.haskell.org
Sat Apr 20 15:44:43 UTC 2019
Ben Gamari pushed to branch wip/doc-tarball-error at Glasgow Haskell Compiler / GHC
Commits:
17c86fc6 by Ben Gamari at 2019-04-20T15:44:22Z
gitab-ci: Allow doc-tarball job to fail
Due to allowed failure of Windows job.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -691,6 +691,8 @@ doc-tarball:
variables:
LINUX_BINDIST: "ghc-x86_64-deb9-linux.tar.xz"
WINDOWS_BINDIST: "ghc-x86_64-mingw32.tar.xz"
+ # Due to Windows allow_failure
+ allow_failure: true
artifacts:
paths:
- haddock.html.tar.xz
@@ -776,6 +778,8 @@ pages:
dependencies:
- doc-tarball
image: ghcci/x86_64-linux-deb9:0.2
+ # Due to Windows allow_failure
+ allow_failure: true
tags:
- x86_64-linux
script:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/17c86fc69f76fb2973f59b920ba99712b03ccfc1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/17c86fc69f76fb2973f59b920ba99712b03ccfc1
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190420/8bc576f7/attachment.html>
More information about the ghc-commits
mailing list