We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac49d4 commit d37f91fCopy full SHA for d37f91f
test/run-k8s-integration-ci.sh
@@ -71,7 +71,7 @@ else
71
base_cmd="${base_cmd} --gce-region=${gce_region}"
72
fi
73
74
-if [ -z "$gke_node_version" ]; then
+if [ -n "$gke_node_version" ]; then
75
base_cmd="${base_cmd} --gke-node-version=${gke_node_version}"
76
77
0 commit comments