From 64d633617d7b5a2dc635d95558cf5dbbdcbc5fe7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 16 Sep 2016 13:24:03 -0500 Subject: correct the path as per distro passes. Change-Id: I1d8f19c27da7b728a5fae68262b8112cb2310de3 Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci/02-deploybundle.sh') diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 536fd055..3b5f7e18 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -19,8 +19,7 @@ sed -i -- "s|distro=trusty|distro=$opnfvdistro|g" ./fetch-charms.sh ./fetch-charms.sh $opnfvdistro -mkdir trusty -tar xvf common/scaleio.tar -C ./trusty/ --strip=2 juju-scaleio/trusty/ +tar xvf common/scaleio.tar -C ./$opnfvdistro/ --strip=2 juju-scaleio/trusty/ osdomname='' -- cgit 1.2.3-korg