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 @@ -125,7 +125,7 @@ if [ "${CONTAINERD_TEST:-"false"}" != "true" ]; then
125125 # CONTAINERD_VERSION is the cri-containerd version to use.
126126 version=${CONTAINERD_VERSION:- " " }
127127else
128- deploy_path=${CONTAINERD_DEPLOY_PATH:- " cri-containerd- staging" }
128+ deploy_path=${CONTAINERD_DEPLOY_PATH:- " k8s- staging-cri-tools " }
129129
130130 # PULL_REFS_METADATA is the metadata key of PULL_REFS from prow.
131131 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