summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-06 10:21:41 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-05-06 10:21:41 +0100
commit754e5874fbea49c9423f16e50ff036d879daba08 (patch)
tree509171e9fcc0fba183dbf3f28e566a9d182ba043
parent5e296358c3bb1ad3cfee738e83a7942209444a1f (diff)
downloadhaskell-wip/source-tarball-release-job.tar.gz
ci: Generate source-tarball in release jobswip/source-tarball-release-job
We need to distribute the source tarball so we should generate it in the CI pipeline.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae8cf7b3d8..8b33043e8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -521,6 +521,7 @@ source-tarball:
- python3 ./hadrian/bootstrap/bootstrap.py -w $GHC fetch -o hadrian-bootstrap-sources-$GHC_VERSION
rules:
- if: $NIGHTLY
+ - if: '$RELEASE_JOB == "yes"'
test-bootstrap: