Skip to content

Commit 16d9e12

Browse files
authored
Merge pull request #845 from justaugustus/version-markers
scripts: Use ci/latest version marker for retrieving cross builds
2 parents dcbe30d + 5ff5deb commit 16d9e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ create_cluster() {
6969
if [[ "${KUBERNETES_BRANCH:-}" =~ "release-" ]]; then
7070
CI_VERSION_URL="https://dl.k8s.io/ci/latest-${KUBERNETES_BRANCH/release-}.txt"
7171
else
72-
CI_VERSION_URL="https://dl.k8s.io/ci/k8s-master.txt"
72+
CI_VERSION_URL="https://dl.k8s.io/ci/latest.txt"
7373
fi
7474
export CLUSTER_TEMPLATE="test/cluster-template-prow-ci-version.yaml"
7575
export CI_VERSION="${CI_VERSION:-$(curl -sSL ${CI_VERSION_URL})}"

0 commit comments

Comments
 (0)