Merge pull request #3644 from Random-Liu/finish-cri-release

Publish cri release to gs://cri-containerd-release.
This commit is contained in:
Michael Crosby 2019-09-12 09:38:05 -04:00 committed by GitHub
commit 9c77ec3c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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