Commit 7075d3c3 authored by Joe Finney's avatar Joe Finney

Fix indentation for ingress jobs in e2e.sh.

parent f0620a5e
...@@ -289,8 +289,8 @@ case ${JOB_NAME} in ...@@ -289,8 +289,8 @@ case ${JOB_NAME} in
: ${PROJECT:="kubernetes-flannel"} : ${PROJECT:="kubernetes-flannel"}
;; ;;
# Runs only the ingress tests on GKE. # Runs only the ingress tests on GKE.
kubernetes-e2e-gke-ingress) kubernetes-e2e-gke-ingress)
: ${E2E_CLUSTER_NAME:="jenkins-gke-e2e-ingress"} : ${E2E_CLUSTER_NAME:="jenkins-gke-e2e-ingress"}
: ${E2E_NETWORK:="e2e-gke-ingress"} : ${E2E_NETWORK:="e2e-gke-ingress"}
: ${E2E_SET_CLUSTER_API_VERSION:=y} : ${E2E_SET_CLUSTER_API_VERSION:=y}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment