mirror of
https://github.com/alrayyes/st.git
synced 2024-11-21 19:06:23 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
64ec5eb7d5
commit
2a777db694
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
- 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"
|
Loading…
Reference in a new issue