Skip to content

Commit

Permalink
migrate to community owned bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Mahamed Ali <cy@borg.dev>
  • Loading branch information
upodroid committed Jul 25, 2023
1 parent 6eb90a6 commit 9897411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/gce/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -o pipefail
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"

# DEPLOY_BUCKET is the gcs bucket where the tarball should be stored in.
DEPLOY_BUCKET=${DEPLOY_BUCKET:-"cri-containerd-staging"}
DEPLOY_BUCKET=${DEPLOY_BUCKET:-"k8s-staging-cri-tools"}
# DEPLOY_DIR is the directory in the gcs bucket to store the tarball.
DEPLOY_DIR=${DEPLOY_DIR:-""}
# BUILD_DIR is the directory of the build out.
Expand Down

0 comments on commit 9897411

Please sign in to comment.