[Git][ghc/ghc][wip/backports-8.10] gitlab-ci: Rename RELEASE variable to RELEASE_JOB
Ben Gamari
gitlab at gitlab.haskell.org
Sun Dec 13 22:26:00 UTC 2020
Ben Gamari pushed to branch wip/backports-8.10 at Glasgow Haskell Compiler / GHC
Commits:
5ccb0792 by Ben Gamari at 2020-12-13T17:25:24-05: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)
(cherry picked from commit 3e55edd97c8eba271f5cb64b9362796791e0e887)
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -52,7 +52,7 @@ stages:
expire_in: 1 year
only:
variables:
- - $RELEASE == "yes"
+ - $RELEASE_JOB == "yes"
############################################################
# Runner Tags
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ccb07925beec746c333c433227535e2bede77d5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ccb07925beec746c333c433227535e2bede77d5
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/20201213/6c6a0055/attachment.html>
More information about the ghc-commits
mailing list