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