Skip to content

Commit

Permalink
Update stable.txt url
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Heywood <stephen@ii.coop>
  • Loading branch information
heyste committed Dec 15, 2024
1 parent 067bc0b commit 230fd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/check-conformance-test-suite-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
function init_settings() {
TEST_SUITE_DOCUMENT="unchecked"

STABLE_VERSION="$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)"
STABLE_VERSION="$(curl -s https://dl.k8s.io/release/stable.txt)"
echo "STABLE_VERSION: $STABLE_VERSION"

RELEASE_VERSION="$(echo "$STABLE_VERSION" | awk -F '.' '{print $1 "." $2}').0"
Expand Down

0 comments on commit 230fd60

Please sign in to comment.