From 64ec5eb7d5f11aaf29b5301dd5001bb9d85a97fb Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Jun 2019 16:54:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e25ba41..01d65e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,4 @@ trigger:my-arch-repo: image: andthensome/curl stage: trigger script: - - curl -X POST -F token=$ARCH_TOKEN -F ref=master http://gitlab/api/v4/projects/342/trigger/pipeline \ No newline at end of file + - curl -X POST -F token=$ARCH_TOKEN -F ref=master -F "variables[TRIGGERER_PIPELINE_ID]=${CI_PIPELINE_ID}" http://gitlab/api/v4/projects/342/trigger/pipeline \ No newline at end of file