summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-06-17 10:13:20 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-06-17 10:16:28 +0100
commit88ac589fa1595f299df8b4b33e84b9a489b66568 (patch)
tree40c96aab5bdfd4072c29a659629a39d49da8d70c
parent501304c6b2c7b80e2f258ba01fcbbbfe364da463 (diff)
downloadhaskell-88ac589fa1595f299df8b4b33e84b9a489b66568.tar.gz
Add NO_BOOT to hackage_doc_tarball job
We were attempting to boot a src-tarball which doesn't work as ./boot is not included in the source tarball. This slipped through as the job is only run on nightly.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b33690f87..7c2cee0471 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -470,6 +470,8 @@ hackage-doc-tarball:
variables:
# Don't clone the git repo..
GIT_STRATEGY: none
+ # Don't attempt to boot a source tarball
+ NO_BOOT: "1"
artifacts:
paths:
- hackage_docs