Merge pull request #5572 from wy65701436/remove-trigger-vic

Remove step to trigger downstream product in CI pipeline
This commit is contained in:
Daniel Jiang 2018-08-09 18:39:20 +08:00 committed by GitHub
commit 4dcea7dd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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