Remove step to trigger downstream product in CI pipeline

This commit is contained in:
wangyan 2018-08-09 03:09:37 -07:00
parent 9c86d0b86f
commit bf21628e78

View File

@ -73,17 +73,3 @@ pipeline:
event: [push, tag, deployment]
branch: [ master, release-*, refs/tags/* ]
status: [ failure, success ]
trigger:
image: plugins/downstream
server: https://ci-vic.vmware.com
secrets:
- downstream_token
fork: true
repositories:
- vmware/vic-product
when:
repo: goharbor/harbor
event: [ push, tag ]
branch: [ master, release-*, refs/tags/* ]
status: success