mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
fix bash typo in jenkins/e2e.sh
This commit is contained in:
parent
1440f670ab
commit
9e4c5bc3b4
@ -136,7 +136,7 @@ if [[ "${E2E_UP,,}" == "true" ]]; then
|
|||||||
else
|
else
|
||||||
create_args+=("--cluster-api-version=0.0.0")
|
create_args+=("--cluster-api-version=0.0.0")
|
||||||
fi
|
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
|
| tr -d '[[:space:]]') || true
|
||||||
# Strip out everything before the final colon, which gives us just
|
# 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."
|
# the allowed versions; something like "0.15.0,0.16.0." or "0.16.0."
|
||||||
|
Loading…
Reference in New Issue
Block a user