From a6e2934c295ce89eccd14d42f6fa9af654b45cb0 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 9 Aug 2017 21:04:04 -0500 Subject: modified to correct deployment Change-Id: I6942d254d7fe105f6ccaa1ddf0090e9d832e4f35 Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index be11a1f0..3ef038a1 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -133,7 +133,7 @@ if [[ "$opnfvmodel" = "openstack" ]]; then #update source if trusty is target distribution var=os-$opnfvsdn-$fea-$opnfvtype"-"$opnfvdistro"_"$openstack - if [ "$osdomname" != "None" ]; then + if ([ $osdomname ] && [ $osdomname != "null" ] && [ $osdomname != "None"]); then var=$var"_"publicapi fi else -- cgit 1.2.3-korg