From 15dca84793d5ec4ff922726477923e40caa075eb Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 24 Aug 2020 17:41:07 -0400 Subject: [PATCH] gitlab-ci: Rename RELEASE variable to RELEASE_JOB This interfered with the autoconf variable of the same name, breaking pre-release builds. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09c841bf5ca6..d0f9b288362d 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 -- GitLab