From 58892a3ba5daa83009cd4220a45e47ee1b00122c Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 12 Sep 2019 18:40:36 -0700 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a703fb1bd..2f21240d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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