File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ if [ "${CONTAINERD_TEST:-"false"}" != "true" ]; then
114114 # CONTAINERD_VERSION is the cri-containerd version to use.
115115 version=${CONTAINERD_VERSION:- " " }
116116else
117- deploy_path=${CONTAINERD_DEPLOY_PATH:- " cri-containerd- staging" }
117+ deploy_path=${CONTAINERD_DEPLOY_PATH:- " k8s- staging-cri-tools " }
118118
119119 # PULL_REFS_METADATA is the metadata key of PULL_REFS from prow.
120120 PULL_REFS_METADATA=" PULL_REFS"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set -o pipefail
2121source " $( dirname " ${BASH_SOURCE[0]} " ) /utils.sh"
2222
2323# DEPLOY_BUCKET is the gcs bucket where the tarball should be stored in.
24- DEPLOY_BUCKET=${DEPLOY_BUCKET:- " cri-containerd- staging" }
24+ DEPLOY_BUCKET=${DEPLOY_BUCKET:- " k8s- staging-cri-tools " }
2525# DEPLOY_DIR is the directory in the gcs bucket to store the tarball.
2626DEPLOY_DIR=${DEPLOY_DIR:- " " }
2727# BUILD_DIR is the directory of the build out.
You can’t perform that action at this time.
0 commit comments