We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbe30d + 5ff5deb commit 16d9e12Copy full SHA for 16d9e12
scripts/ci-entrypoint.sh
@@ -69,7 +69,7 @@ create_cluster() {
69
if [[ "${KUBERNETES_BRANCH:-}" =~ "release-" ]]; then
70
CI_VERSION_URL="https://dl.k8s.io/ci/latest-${KUBERNETES_BRANCH/release-}.txt"
71
else
72
- CI_VERSION_URL="https://dl.k8s.io/ci/k8s-master.txt"
+ CI_VERSION_URL="https://dl.k8s.io/ci/latest.txt"
73
fi
74
export CLUSTER_TEMPLATE="test/cluster-template-prow-ci-version.yaml"
75
export CI_VERSION="${CI_VERSION:-$(curl -sSL ${CI_VERSION_URL})}"
0 commit comments