[Git][ghc/ghc][wip/backports2] gitlab-ci: Rename RELEASE variable to RELEASE_JOB
Ben Gamari
gitlab at gitlab.haskell.org
Tue Sep 8 13:46:47 UTC 2020
Ben Gamari pushed to branch wip/backports2 at Glasgow Haskell Compiler / GHC
Commits:
3e55edd9 by Ben Gamari at 2020-09-08T09:46:42-04:00
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)
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -66,7 +66,7 @@ workflow:
when: always
expire_in: 1 year
rules:
- - if: '$RELEASE == "yes"'
+ - if: '$RELEASE_JOB == "yes"'
############################################################
# Runner Tags
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e55edd97c8eba271f5cb64b9362796791e0e887
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e55edd97c8eba271f5cb64b9362796791e0e887
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200908/76036342/attachment.html>
More information about the ghc-commits
mailing list