summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/02-deploybundle.sh3
1 files changed, 1 insertions, 2 deletions
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 ]