Skip to content

Commit 9c77ec3

Browse files
Merge pull request #3644 from Random-Liu/finish-cri-release
Publish cri release to gs://cri-containerd-release.
2 parents 1d484c2 + 6ed8091 commit 9c77ec3

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.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)