(GKE) Stop 'gcloud preview' call from failing Jenkins jobs.

pull/6/head
Max Forbes 2015-07-14 15:00:14 -07:00
parent b4ca61b17b
commit 4a45aff0ec
1 changed files with 1 additions and 1 deletions

View File

@ -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[*]}"
}