summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-24 17:41:07 -0400
committerBen Gamari <ben@smart-cactus.org>2020-09-08 09:46:42 -0400
commit3e55edd97c8eba271f5cb64b9362796791e0e887 (patch)
tree3e44198074b8ceae760d6c49e49166e112ab5863
parentb093074eaa83949269f048713121a3a0e98d4137 (diff)
downloadhaskell-3e55edd97c8eba271f5cb64b9362796791e0e887.tar.gz
gitlab-ci: Rename RELEASE variable to RELEASE_JOB
This interfered with the autoconf variable of the same name, breaking pre-release builds. (cherry picked from commit 15dca84793d5ec4ff922726477923e40caa075eb)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ff353c074..ca8f7967ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ workflow:
when: always
expire_in: 1 year
rules:
- - if: '$RELEASE == "yes"'
+ - if: '$RELEASE_JOB == "yes"'
############################################################
# Runner Tags