From dbc23bd6b88e846a8f7c3fc5420d32de6e9bfdeb Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 1 May 2022 12:03:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a3148f..910d918 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,4 +66,7 @@ deploy-job: # Deploy docker image on ssh server trigger_job: stage: trigger trigger: - project: bsc/todo-service \ No newline at end of file + project: bsc/todo-service + forward: # I nested this keyword under trigger + yaml_variables: false # this is the current/default behavior + pipeline_variables: false # with this, pipeline UI variables are passed