Commit 4a45aff0 authored by Max Forbes's avatar Max Forbes

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

parent b4ca61b1
......@@ -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[*]}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment