diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-11-28 12:40:42 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-11-30 10:16:34 -0500 |
commit | 0f8a4655e39bed1ca39820abdd3df9db5706b036 (patch) | |
tree | 774a81ab9edfdd01f740cfdaee27024333202d47 /.gitlab-ci.yml | |
parent | 9f4efa6a5e5d43c81d7e61b27f7cd6e3f812b1ea (diff) | |
download | haskell-0f8a4655e39bed1ca39820abdd3df9db5706b036.tar.gz |
Allow deploy:pages job to fail
See #18973.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8584ef01c6..548fabef9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1237,6 +1237,8 @@ pages: dependencies: - doc-tarball image: ghcci/x86_64-linux-deb9:0.2 + # See #18973 + allow_failure: true tags: - x86_64-linux script: |