We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d484c2 + 6ed8091 commit 9c77ec3Copy full SHA for 9c77ec3
2 files changed
.travis.yml
@@ -134,6 +134,5 @@ deploy:
134
skip_cleanup: true
135
on:
136
repo: containerd/containerd
137
- # TODO: switch `tags: true` after validating on master
138
- branch: master
+ tags: true
139
condition: $TRAVIS_GOOS = linux
script/release/deploy-cri
@@ -20,8 +20,7 @@
20
set -eu -o pipefail
21
22
ROOT=${GOPATH}/src/github.com/containerd/containerd
23
-# TODO: Change cri-containerd-release after tested.
24
-BUCKET="gs://cri-containerd-staging"
+BUCKET="gs://cri-containerd-release"
25
26
rm -rf "${HOME}/google-cloud-sdk"
27
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
0 commit comments