From 51428afe7b11743f92023c8e3fcc360ef2344d55 Mon Sep 17 00:00:00 2001 From: gardlt Date: Mon, 8 May 2017 11:34:30 -0500 Subject: [PATCH] Gate: Fix gate selection scipt case Change-Id: If55773ca5462d0ae3922587394aec8a6a0bc3c58 --- tools/gate/setup_gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/setup_gate.sh b/tools/gate/setup_gate.sh index 4df87ff08c..408a550f0e 100755 --- a/tools/gate/setup_gate.sh +++ b/tools/gate/setup_gate.sh @@ -25,7 +25,7 @@ helm_install helm_serve helm_lint -if [ "x$INTEGRATION" == "xAIO" ]; then +if [ "x$INTEGRATION" == "xaio" ]; then bash ${WORK_DIR}/tools/gate/kubeadm_aio.sh if [ "x$INTEGRATION_TYPE" == "xbasic" ]; then bash ${WORK_DIR}/tools/gate/basic_launch.sh