From 2a777db6943f9b674782414028115f7077c9ccff Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Jun 2019 17:00:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01d65e8..e4fd7db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,7 @@ trigger:my-arch-repo: image: andthensome/curl stage: trigger script: - - 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 + - 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 + artifacts: + paths: + - "*.pkg.tar.xz" \ No newline at end of file