From a4440d505852adc9b2fd716359efb37bcc0f838c Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@fusiondirectory.org> Date: Tue, 21 Feb 2023 14:35:03 +0100 Subject: [PATCH] :ambulance: fix(ci) need the variables: to have gitlab pick the variable value Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index feaa19b9b..94c563089 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,7 @@ update-transifex: build-tarballs: stage: tarballs only: + variables: - $TARBALLS_TRIGGER_VERSION script: - mkdir ../fusiondirectory-$VERSION/ -- GitLab