Skip to content

Commit 453f3d2

Browse files
authored
Merge pull request #2047 from julianKatz/fix-integration-shell-script-typo
Remove erroneous `if` in run-k8s-integration-ci.sh
2 parents 0151473 + 97240c8 commit 453f3d2

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)