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.
1 parent 067bc0b commit ed9f7b9Copy full SHA for ed9f7b9
docs/check-conformance-test-suite-docs.sh
@@ -12,7 +12,7 @@ echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
12
function init_settings() {
13
TEST_SUITE_DOCUMENT="unchecked"
14
15
- STABLE_VERSION="$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)"
+ STABLE_VERSION="$(curl -s https://dl.k8s.io/release/stable.txt)"
16
echo "STABLE_VERSION: $STABLE_VERSION"
17
18
RELEASE_VERSION="$(echo "$STABLE_VERSION" | awk -F '.' '{print $1 "." $2}').0"
0 commit comments