From 754e5874fbea49c9423f16e50ff036d879daba08 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 6 May 2022 10:21:41 +0100 Subject: ci: Generate source-tarball in release jobs We need to distribute the source tarball so we should generate it in the CI pipeline. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1