From 6ed809168e580b5081dc7eb35114dc5adbb62fed Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 12 Sep 2019 00:31:53 -0700 Subject: [PATCH] Publish cri release to gs://cri-containerd-release. Signed-off-by: Lantao Liu --- .travis.yml | 3 +-- script/release/deploy-cri | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 837ffecdd..a703fb1bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,6 +134,5 @@ deploy: skip_cleanup: true on: repo: containerd/containerd - # TODO: switch `tags: true` after validating on master - branch: master + tags: true condition: $TRAVIS_GOOS = linux diff --git a/script/release/deploy-cri b/script/release/deploy-cri index 793b87547..7fefab4ec 100755 --- a/script/release/deploy-cri +++ b/script/release/deploy-cri @@ -20,8 +20,7 @@ set -eu -o pipefail ROOT=${GOPATH}/src/github.com/containerd/containerd -# TODO: Change cri-containerd-release after tested. -BUCKET="gs://cri-containerd-staging" +BUCKET="gs://cri-containerd-release" rm -rf "${HOME}/google-cloud-sdk" export CLOUDSDK_CORE_DISABLE_PROMPTS=1