diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-06 10:21:41 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-06 19:24:46 -0400 |
commit | ced4689e2a049b6653f5ada3254dde684cb0c433 (patch) | |
tree | 648b3d2235d122e44b42af112d11e0627c292d83 /.gitlab-ci.yml | |
parent | 6e69964d94392b5398a33fa65f3730805c6a7f93 (diff) | |
download | haskell-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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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: |