Skip to content

Commit

Permalink
gitlab-ci: Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Apr 21, 2019
1 parent e86d5a2 commit bc75b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ validate-x86_64-linux-deb8:
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"
# 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 bc75b94

Please sign in to comment.