From d17f3c3a6ff9d3e37b4efe0a3313dd8494a2cf39 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Wed, 6 Jul 2022 12:06:19 -0400 Subject: [PATCH] initialize ENVIRONMENT Signed-off-by: Jose Borreguero --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b73a88a..843bacd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,6 +136,9 @@ deploy: inherit: # do not pass global variables to the downstream pipeline variables: false + variables: + # specify deployment in the downstream repo is TEST + ENVIRONMENT: test trigger: project: sns-hfir-scse/deployments/web-reflectivity-deploy # run the downstream pipeline on branch main -- GitLab