[Git][ghc/ghc][ghc-8.6] gitlab-ci: Fix YAML syntax
Ben Gamari
gitlab at gitlab.haskell.org
Sun Apr 21 14:28:42 UTC 2019
Ben Gamari pushed to branch ghc-8.6 at Glasgow Haskell Compiler / GHC
Commits:
bc75b94f by Ben Gamari at 2019-04-21T14:27:23Z
gitlab-ci: Fix YAML syntax
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/bc75b94f5e33300d27803b10db792579968b36e7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/bc75b94f5e33300d27803b10db792579968b36e7
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190421/b07b1633/attachment.html>
More information about the ghc-commits
mailing list