Skip to content

Commit

Permalink
hack: update URL of envtest binaries download
Browse files Browse the repository at this point in the history
  • Loading branch information
r4f4 committed Jun 6, 2024
1 parent 93fa8b1 commit 6899613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/build-cluster-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ sync_envtest() {
fi
fi

bucket="https://storage.googleapis.com/kubebuilder-tools"
tar_file="kubebuilder-tools-${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
bucket="https://github.com/kubernetes-sigs/controller-tools/releases/download/envtest-v${ENVTEST_K8S_VERSION}"
tar_file="envtest-v${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
dst="${CLUSTER_API_BIN_DIR}/${tar_file}"
if ! [ -f "${CLUSTER_API_BIN_DIR}/${tar_file}" ]; then
echo "Downloading envtest binaries"
Expand Down

0 comments on commit 6899613

Please sign in to comment.