From: Stuart Mackie Date: Tue, 22 Aug 2017 16:36:02 +0000 (-0700) Subject: Changed $ROLES to explicit list to avoid some bash issue X-Git-Tag: opnfv-5.0.RC1~32 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f7bc94f431257dcdd31d7799e035dd4b62e5704a;p=joid.git Changed $ROLES to explicit list to avoid some bash issue Change-Id: I512f1717705bf208bb847612abd41c82c13af644 Signed-off-by: Stuart Mackie --- diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index b88bb2b0..396f5ea9 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -169,10 +169,9 @@ openfile_fix() { if [ "$opnfvsdn" = "ocl" ] then - ROLES="contrail-controller contrail-analytics contrail-analyticsdb" TAG="ubuntu16.04-4.0.0.0-20.tar.gz" - for ROLE in $ROLES + for ROLE in contrail-controller contrail-analytics contrail-analyticsdb do FILE="${ROLE}-${TAG}" if [ ! -f $FILE ]