From 572f9c8f4c9ad345ce4c7556357d95951bf064eb 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. (cherry picked from commit 15dca84793d5ec4ff922726477923e40caa075eb) (cherry picked from commit 3e55edd97c8eba271f5cb64b9362796791e0e887) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e32f04ad3ccd..a5a0e06c3ad1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ stages: expire_in: 1 year only: variables: - - $RELEASE == "yes" + - $RELEASE_JOB == "yes" ############################################################ # Runner Tags -- GitLab