From 64ed5964d5bb932c2ea07b3ff098a88d93550d45 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 20 Oct 2022 16:19:13 -0700 Subject: [PATCH] permit self-assignment line for clarity and also fear of touching get-kube.sh --- cluster/get-kube.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index d3075f687e6..15342d26602 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -190,6 +190,7 @@ if [[ -z "${KUBERNETES_SKIP_RELEASE_VALIDATION-}" ]]; then if [[ ${KUBE_VERSION} =~ ${KUBE_RELEASE_VERSION_REGEX} ]]; then # Use KUBERNETES_RELEASE_URL for Releases and Pre-Releases # ie. 1.18.0 or 1.19.0-beta.0 + # shellcheck disable=SC2269 # this line is a noop but it helps with reading KUBERNETES_RELEASE_URL="${KUBERNETES_RELEASE_URL}" elif [[ ${KUBE_VERSION} =~ ${KUBE_CI_VERSION_REGEX} ]]; then # Override KUBERNETES_RELEASE_URL to point to the CI bucket;