migrate to community owned bucket

Signed-off-by: Mahamed Ali <cy@borg.dev>
This commit is contained in:
Mahamed Ali
2023-07-25 12:09:54 +03:00
parent 6eb90a63e0
commit 98974117b3
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ if [ "${CONTAINERD_TEST:-"false"}" != "true" ]; then
# CONTAINERD_VERSION is the cri-containerd version to use.
version=${CONTAINERD_VERSION:-""}
else
deploy_path=${CONTAINERD_DEPLOY_PATH:-"cri-containerd-staging"}
deploy_path=${CONTAINERD_DEPLOY_PATH:-"k8s-staging-cri-tools"}
# PULL_REFS_METADATA is the metadata key of PULL_REFS from prow.
PULL_REFS_METADATA="PULL_REFS"