Skip darwin deploy

Currently removing this incomplete build is part of the release
process. Skip this deployment to make releases easier.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2019-09-12 18:40:36 -07:00
parent 9741f03932
commit 58892a3ba5
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

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