From accf6fb545a8c406cc5cb3f6c6f502d7419fb7b9 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 11 May 2016 11:12:23 +0200 Subject: armband-deploy.sh: allow running on arm lab Change-Id: I5b261885585fd9e902b3a7513a6d07881e849976 Signed-off-by: Josep Puigdemont --- jjb/armband/armband-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/armband') diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh index 222a388e6..d6a78e2d6 100755 --- a/jjb/armband/armband-deploy.sh +++ b/jjb/armband/armband-deploy.sh @@ -36,7 +36,7 @@ LAB_NAME=${NODE_NAME/-*} POD_NAME=${NODE_NAME/*-} # we currently support enea -if [[ ! "$LAB_NAME" =~ "enea" ]]; then +if [[ ! $LAB_NAME =~ (arm|enea) ]]; then echo "Unsupported/unidentified lab $LAB_NAME. Cannot continue!" exit 1 else -- cgit 1.2.3-korg