Merge pull request #3651 from dmcgowan/skip-darwin-deploy

Skip darwin deploy on release
This commit is contained in:
Phil Estes 2019-09-13 08:55:50 -04:00 committed by GitHub
commit c51895bde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ deploy:
on:
repo: containerd/containerd
tags: true
condition: $TRAVIS_GOOS = linux
- provider: script
script: bash script/release/deploy-cri
skip_cleanup: true