Skip to content
Snippets Groups Projects
Commit aca0e63b authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Allow doc-tarball job to fail

Currently the Hadrian build appears not to package documentation correctly,
causing doc-tarball to fail due to the Windows build.
parent 07b0db86
No related branches found
No related tags found
No related merge requests found
......@@ -981,6 +981,8 @@ release-x86_64-windows-integer-simple:
doc-tarball:
stage: packaging
needs: [validate-x86_64-linux-deb9-debug, validate-x86_64-windows-hadrian, validate-x86_64-linux-deb9-unreg-hadrian]
# N.B. Documentation isn't correctly packaged in Hadrian bindists
allow_newer: true
tags:
- x86_64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment