From 4a45aff0ecc641d7db57d43cf493430d3e0e42ba Mon Sep 17 00:00:00 2001 From: Max Forbes Date: Tue, 14 Jul 2015 15:00:14 -0700 Subject: [PATCH] (GKE) Stop 'gcloud preview' call from failing Jenkins jobs. --- cluster/gke/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index 6d4ea3a477..6659c15e8b 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -244,7 +244,7 @@ function detect-minion-names { detect-project detect-node-instance-group MINION_NAMES=($(gcloud preview --project "${PROJECT}" instance-groups \ - --zone "${ZONE}" instances --group "${NODE_INSTANCE_GROUP}" list \ + --zone "${ZONE}" instances --group "${NODE_INSTANCE_GROUP}" list --quiet \ | cut -d'/' -f11)) echo "MINION_NAMES=${MINION_NAMES[*]}" }