Commit 9e4c5bc3 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

fix bash typo in jenkins/e2e.sh

parent 1440f670
......@@ -136,7 +136,7 @@ if [[ "${E2E_UP,,}" == "true" ]]; then
else
create_args+=("--cluster-api-version=0.0.0")
fi
msg=$(gcloud ${CMD_GROUP:-alpha} container clusters create "$(create_args[@])" 2>&1 \
msg=$(gcloud ${CMD_GROUP:-alpha} container clusters create "${create_args[@]}" 2>&1 \
| tr -d '[[:space:]]') || true
# Strip out everything before the final colon, which gives us just
# the allowed versions; something like "0.15.0,0.16.0." or "0.16.0."
......
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