Skip to content

Commit

Permalink
gitlab-ci: Disable Sphinx PDF output on Debian 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Apr 19, 2019
1 parent 1df8c21 commit e86d5a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ validate-x86_64-linux-deb8:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb8:$DOCKER_REV"
cache:
key: linux-x86_64-deb8
variables:
# Disable sphinx PDF output as our Debian image doesn't have the requisite packages
- BUILD_SPHINX_PDF: "NO"
artifacts:
when: always
expire_in: 2 week
Expand Down

0 comments on commit e86d5a2

Please sign in to comment.