From 22ea75ecd563ce33fd4e8a8434cc07a0eab5accb Mon Sep 17 00:00:00 2001 From: arnaud <a.stoz@cylab.be> Date: Mon, 3 Jun 2024 15:50:09 +0200 Subject: [PATCH] play with variable between downstream job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c676d29..0cbcd30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ deploy: # But we need to set them explicitly # Or we can use the .env file variables: - - TEST: "webterminal" - - COMMIT_SHA: $CI_COMMIT_SHA + TEST: "webterminal" + COMMIT_SHA: $CI_COMMIT_SHA trigger: project: 'cylab/play/deploy/dokos-webterminal' -- GitLab