Update .gitlab-ci.yml
This commit is contained in:
parent
e0f0ec4974
commit
78594955ac
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ build:
|
|||
- docker push $IMAGE_NAME:$CI_COMMIT_REF_NAME
|
||||
- docker push $IMAGE_NAME:latest
|
||||
|
||||
downstream:
|
||||
stage: downstream
|
||||
trigger:
|
||||
stage: trigger
|
||||
script:
|
||||
- |
|
||||
for TRIGGER in $(echo $TRIGGERS | tr [:space:] ' '); do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue