Update .gitlab-ci.yml
This commit is contained in:
parent
333446d49c
commit
e0f0ec4974
1 changed files with 8 additions and 0 deletions
|
@ -16,3 +16,11 @@ build:
|
||||||
- docker push $IMAGE_NAME:$CI_COMMIT_SHA
|
- docker push $IMAGE_NAME:$CI_COMMIT_SHA
|
||||||
- docker push $IMAGE_NAME:$CI_COMMIT_REF_NAME
|
- docker push $IMAGE_NAME:$CI_COMMIT_REF_NAME
|
||||||
- docker push $IMAGE_NAME:latest
|
- docker push $IMAGE_NAME:latest
|
||||||
|
|
||||||
|
downstream:
|
||||||
|
stage: downstream
|
||||||
|
script:
|
||||||
|
- |
|
||||||
|
for TRIGGER in $(echo $TRIGGERS | tr [:space:] ' '); do
|
||||||
|
curl -fs -X POST -F ref=master -F token=${TRIGGER#*:} $CI_API_V4_URL/projects/${TRIGGER%:*}/trigger/pipeline > /dev/null
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue