mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
cluster/gce: fix unbound variable
This commit is contained in:
parent
3a15a374ba
commit
0fdaa41c5e
@ -696,7 +696,7 @@ function create-nodes-firewall() {
|
|||||||
|
|
||||||
# Wait for last batch of jobs
|
# Wait for last batch of jobs
|
||||||
kube::util::wait-for-jobs || {
|
kube::util::wait-for-jobs || {
|
||||||
echo -e "${color_red}${fail} commands failed.${color_norm}" >&2
|
echo -e "${color_red}Some commands failed.${color_norm}" >&2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1214,7 +1214,7 @@ function kube-push {
|
|||||||
done
|
done
|
||||||
|
|
||||||
kube::util::wait-for-jobs || {
|
kube::util::wait-for-jobs || {
|
||||||
echo -e "${color_red}${fail} commands failed.${color_norm}" >&2
|
echo -e "${color_red}Some commands failed.${color_norm}" >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO(zmerlynn): Re-create instance-template with the new
|
# TODO(zmerlynn): Re-create instance-template with the new
|
||||||
|
Loading…
Reference in New Issue
Block a user