Skip to content

Commit 97240c8

Browse files
committed
Remove erroneous if in run-k8s-integration-ci.sh
1 parent 1b15343 commit 97240c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/run-k8s-integration-ci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ if [ "$deployment_strategy" = "gke" ]; then
103103
else
104104
base_cmd="${base_cmd} --gke-cluster-version=${gke_cluster_version}"
105105
fi
106-
fi
107-
108106
else
109107
base_cmd="${base_cmd} --kube-version=${kube_version}"
110108
fi

0 commit comments

Comments
 (0)