summaryrefslogtreecommitdiffstats
path: root/ci/02-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-08-05 19:09:05 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-08-05 19:10:11 -0500
commit669a243f81e11b1fb4e74ac58f8c6f426f1c7751 (patch)
tree8f3d574eba4346e83a19849e0acbcf8cc2894935 /ci/02-deploybundle.sh
parent0f81e81552bdf0053fc0303c53dff455c17d56a6 (diff)
corrected the files as per review comment.
Change-Id: Ib7ad9bdb54b29db25d37d80ad9c1259734032ef2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-xci/02-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh
index ffacef9f..12c58fc5 100755
--- a/ci/02-deploybundle.sh
+++ b/ci/02-deploybundle.sh
@@ -78,7 +78,7 @@ done
#update source if trusty is target distribution
var=os-$opnfvsdn-$fea-$opnfvtype"-"$opnfvdistro"_"$openstack
-if [ "$osdomname" != "''" ]; then
+if [ "$osdomname" != "None" ]; then
var=$var"_"publicapi
fi