summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-24 11:16:13 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-30 13:44:50 -0400
commit0e5bb3a883cfc2faf8e36ff83d3d985e6f4ed93f (patch)
treedac4cba343c440c26e67c1fb4fe1a2016f80da04
parenta96dccfe8201542086a65d168ce6d6b9d302e2c2 (diff)
downloadhaskell-0e5bb3a883cfc2faf8e36ff83d3d985e6f4ed93f.tar.gz
ci: Test bootstrapping in release jobs
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8955ee6e61..5829e6bc11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -588,6 +588,7 @@ test-bootstrap:
BUILD_FLAVOUR: "validate"
rules:
- if: $NIGHTLY
+ - if: '$RELEASE_JOB == "yes"'
############################################################