Skip to content

Commit 6ed8091

Browse files
committed
Publish cri release to gs://cri-containerd-release.
Signed-off-by: Lantao Liu <lantaol@google.com>
1 parent 1d484c2 commit 6ed8091

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,5 @@ deploy:
134134
skip_cleanup: true
135135
on:
136136
repo: containerd/containerd
137-
# TODO: switch `tags: true` after validating on master
138-
branch: master
137+
tags: true
139138
condition: $TRAVIS_GOOS = linux

script/release/deploy-cri

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
set -eu -o pipefail
2121

2222
ROOT=${GOPATH}/src/github.com/containerd/containerd
23-
# TODO: Change cri-containerd-release after tested.
24-
BUCKET="gs://cri-containerd-staging"
23+
BUCKET="gs://cri-containerd-release"
2524

2625
rm -rf "${HOME}/google-cloud-sdk"
2726
export CLOUDSDK_CORE_DISABLE_PROMPTS=1

0 commit comments

Comments
 (0)