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

gitlab-ci: Fix YAML syntax

parent e86d5a21
No related branches found
No related tags found
No related merge requests found
...@@ -276,8 +276,8 @@ validate-x86_64-linux-deb8: ...@@ -276,8 +276,8 @@ validate-x86_64-linux-deb8:
cache: cache:
key: linux-x86_64-deb8 key: linux-x86_64-deb8
variables: variables:
# Disable sphinx PDF output as our Debian image doesn't have the requisite packages # Disable sphinx PDF output as our Debian image doesn't have the requisite packages
- BUILD_SPHINX_PDF: "NO" BUILD_SPHINX_PDF: "NO"
artifacts: artifacts:
when: always when: always
expire_in: 2 week expire_in: 2 week
......
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