mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
commit
7094badf94
@ -71,7 +71,7 @@ function test-build-release() {
|
|||||||
function verify-prereqs() {
|
function verify-prereqs() {
|
||||||
if ! which gcloud >/dev/null; then
|
if ! which gcloud >/dev/null; then
|
||||||
local resp
|
local resp
|
||||||
if [[ "${KUBE_PROMPT_FOR_UPDATE" == "y" ]]; then
|
if [[ "${KUBE_PROMPT_FOR_UPDATE}" == "y" ]]; then
|
||||||
echo "Can't find gcloud in PATH. Do you wish to install the Google Cloud SDK? [Y/n]"
|
echo "Can't find gcloud in PATH. Do you wish to install the Google Cloud SDK? [Y/n]"
|
||||||
read resp
|
read resp
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user