Fix indentation for ingress jobs in e2e.sh.

This commit is contained in:
Joe Finney 2016-02-09 17:54:16 -08:00
parent f0620a5efd
commit 7075d3c378

View File

@ -289,8 +289,8 @@ case ${JOB_NAME} in
: ${PROJECT:="kubernetes-flannel"}
;;
# Runs only the ingress tests on GKE.
kubernetes-e2e-gke-ingress)
# Runs only the ingress tests on GKE.
kubernetes-e2e-gke-ingress)
: ${E2E_CLUSTER_NAME:="jenkins-gke-e2e-ingress"}
: ${E2E_NETWORK:="e2e-gke-ingress"}
: ${E2E_SET_CLUSTER_API_VERSION:=y}