Commit f8c135dc authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Fix log dump for new gcloud

parent 48fa998f
......@@ -231,6 +231,9 @@ function detect-node-names {
"${NODE_INSTANCE_GROUP}" --zone "${ZONE}" --project "${PROJECT}" \
--format=yaml | grep instance: | cut -d ' ' -f 2))
# Strip path if return value is selflink
NODE_NAMES=($(for i in ${NODE_NAMES[@]}; do basename "$i"; done))
echo "NODE_NAMES=${NODE_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