[Git][ghc/ghc][wip/ghc-8.8-merges] gitlab: Remove doc-tarball job
Ben Gamari
gitlab at gitlab.haskell.org
Sat Apr 13 13:31:42 UTC 2019
Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC
Commits:
eb41af20 by Ben Gamari at 2019-04-13T13:31:41Z
gitlab: Remove doc-tarball job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -636,28 +636,6 @@ cleanup-darwin:
# Packaging
############################################################
-doc-tarball:
- <<: *only-default
- stage: packaging
- tags:
- - x86_64-linux
- image: ghcci/x86_64-linux-deb9:0.2
- dependencies:
- - validate-x86_64-linux-deb9
- - validate-x86_64-windows
- artifacts:
- paths:
- - haddock.html.tar.xz
- - libraries.html.tar.xz
- - users_guide.html.tar.xz
- - index.html
- - "*.pdf"
- script:
- - rm -Rf docs
- - bash -ex distrib/mkDocs/mkDocs ghc-x86_64-deb9-linux.tar.xz ghc-x86_64-mingw32.tar.xz
- - ls -lh
- - mv docs/*.tar.xz docs/index.html .
-
source-tarball:
stage: packaging
tags:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/eb41af204046fbe75ffe11ec762fe04de0c564d2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/eb41af204046fbe75ffe11ec762fe04de0c564d2
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/20190413/3e547138/attachment.html>
More information about the ghc-commits
mailing list