mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #4477 from chrishiestand/gcloud-preview-check-stderr
bugfix in util.sh, fix silent hang
This commit is contained in:
commit
b339882d9e
2
cluster/gke/util.sh
Normal file → Executable file
2
cluster/gke/util.sh
Normal file → Executable file
@ -70,7 +70,7 @@ function test-build-release() {
|
||||
function verify-prereqs() {
|
||||
echo "... in verify-prereqs()" >&2
|
||||
|
||||
${GCLOUD} preview --help >/dev/null 2>&1 || {
|
||||
${GCLOUD} preview --help >/dev/null || {
|
||||
echo "Either the GCLOUD environment variable is wrong, or the 'preview' component"
|
||||
echo "is not installed. (Fix with 'gcloud components update preview')"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user