Skip to content

Commit

Permalink
permit self-assignment line for clarity and also fear of touching get…
Browse files Browse the repository at this point in the history
…-kube.sh
  • Loading branch information
BenTheElder committed Oct 20, 2022
1 parent bf3df26 commit 64ed596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/get-kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 64ed596

Please sign in to comment.