From d57024162a21796bb10c546021cc50a6cb4076fb Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Tue, 28 Aug 2018 17:27:35 +0200 Subject: [PATCH] CI: fix bypass Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/runTestOnVM.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/runTestOnVM.sh b/ci-scripts/runTestOnVM.sh index 578b6d2ebd0..a842f9932ef 100755 --- a/ci-scripts/runTestOnVM.sh +++ b/ci-scripts/runTestOnVM.sh @@ -363,7 +363,7 @@ then scp -o StrictHostKeyChecking=no /etc/apt/apt.conf.d/01proxy ubuntu@$EPC_VM_IP_ADDR:/home/ubuntu # ltebox specific actions (install and start) - if [ $LTEBOX -eq 2 ] + if [ $LTEBOX -eq 1 ] then echo "############################################################" echo "Copying ltebox archives into EPC VM ($EPC_VM_NAME)" -- GitLab