Publish cri release to gs://cri-containerd-release.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-09-12 00:31:53 -07:00
parent 1d484c28ea
commit 6ed809168e
2 changed files with 2 additions and 4 deletions

View File

@ -134,6 +134,5 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
repo: containerd/containerd repo: containerd/containerd
# TODO: switch `tags: true` after validating on master tags: true
branch: master
condition: $TRAVIS_GOOS = linux condition: $TRAVIS_GOOS = linux

View File

@ -20,8 +20,7 @@
set -eu -o pipefail set -eu -o pipefail
ROOT=${GOPATH}/src/github.com/containerd/containerd ROOT=${GOPATH}/src/github.com/containerd/containerd
# TODO: Change cri-containerd-release after tested. BUCKET="gs://cri-containerd-release"
BUCKET="gs://cri-containerd-staging"
rm -rf "${HOME}/google-cloud-sdk" rm -rf "${HOME}/google-cloud-sdk"
export CLOUDSDK_CORE_DISABLE_PROMPTS=1 export CLOUDSDK_CORE_DISABLE_PROMPTS=1