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