diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-08-24 17:41:07 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-05 14:51:27 -0400 |
commit | 15dca84793d5ec4ff922726477923e40caa075eb (patch) | |
tree | 2fff7c66b8cb51b88679a5b7944ef340ae291dcf /.gitlab-ci.yml | |
parent | be2cc0ad2109894d2f576c73e3f037b6b79a6bdc (diff) | |
download | haskell-15dca84793d5ec4ff922726477923e40caa075eb.tar.gz |
gitlab-ci: Rename RELEASE variable to RELEASE_JOB
This interfered with the autoconf variable of the same name, breaking
pre-release builds.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09c841bf5c..d0f9b28836 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ workflow: when: always expire_in: 1 year rules: - - if: '$RELEASE == "yes"' + - if: '$RELEASE_JOB == "yes"' ############################################################ # Runner Tags |