summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-06 10:21:41 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-06 19:24:46 -0400
commitced4689e2a049b6653f5ada3254dde684cb0c433 (patch)
tree648b3d2235d122e44b42af112d11e0627c292d83
parent6e69964d94392b5398a33fa65f3730805c6a7f93 (diff)
downloadhaskell-ced4689e2a049b6653f5ada3254dde684cb0c433.tar.gz
ci: Generate source-tarball in release jobs
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: