diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-20 11:44:22 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-04-20 11:55:35 -0400 |
commit | e3fe26010dfc3a9681ac6ea976e299e6f8966af1 (patch) | |
tree | ec41148bafb717f69f2e018c97a00d05ed5c75c7 /.gitlab-ci.yml | |
parent | 37b1a6da9244d2714c9ff4f9b6174a1ed715acb8 (diff) | |
download | haskell-e3fe26010dfc3a9681ac6ea976e299e6f8966af1.tar.gz |
gitlab-ci: Allow doc-tarball job to fail
Due to allowed failure of Windows job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 197591d169..77ee010865 100644 --- a/.gitlab-ci.yml +++ b/.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: |