Update .gitlab-ci.yml

This commit is contained in:
Ryan 2019-06-14 17:00:00 +00:00
parent 64ec5eb7d5
commit 2a777db694

View file

@ -38,3 +38,6 @@ trigger:my-arch-repo:
stage: trigger stage: trigger
script: 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 - 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"