Skip to content

Commit 9b3776c

Browse files
committed
fix e2e test argument
1 parent 57a9949 commit 9b3776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd $ROOT
2828
PROVIDER=${PROVIDER:-}
2929
if [ "$PROVIDER" == "gke" ]; then
3030
KUBERNETES_SRC=
31-
KUBERNETES_PROVIDER=gke
31+
KUBERNETES_PROVIDER=gce
3232
KUBERNETES_CONFORMANCE_PROVIDER=gke
3333
KUBE_GCE_ZONE=${GCP_ZONE:-}
3434
PROJECT=${GCP_PROJECT:-}

0 commit comments

Comments
 (0)