Merge pull request #13059 from roberthbailey/automated-cherry-pick-of-#13046-upstream-release-1.0

Automated cherry pick of #13046
This commit is contained in:
Zach Loafman
2015-08-21 15:14:12 -07:00

View File

@@ -249,7 +249,7 @@ function detect-minion-names {
detect-project
MINION_NAMES=($(gcloud compute instance-groups managed list-instances \
"${NODE_INSTANCE_PREFIX}-group" --zone "${ZONE}" --project "${PROJECT}" \
| cut -d'/' -f11))
--format=yaml | grep instance: | cut -d ' ' -f 2))
echo "MINION_NAMES=${MINION_NAMES[*]}" >&2
}