Skip to content
Snippets Groups Projects
Commit 15dca847 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

gitlab-ci: Rename RELEASE variable to RELEASE_JOB

This interfered with the autoconf variable of the same name, breaking
pre-release builds.
parent be2cc0ad
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ workflow: ...@@ -67,7 +67,7 @@ workflow:
when: always when: always
expire_in: 1 year expire_in: 1 year
rules: rules:
- if: '$RELEASE == "yes"' - if: '$RELEASE_JOB == "yes"'
############################################################ ############################################################
# Runner Tags # Runner Tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment