diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-16 13:24:03 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-16 16:32:41 -0500 |
commit | 64d633617d7b5a2dc635d95558cf5dbbdcbc5fe7 (patch) | |
tree | f1f41930caa775d5e42e70af6f9046ac9e918365 /ci/02-deploybundle.sh | |
parent | d2ca237a4e5c2e2cb6e2f7faa88895a50d979e50 (diff) |
correct the path as per distro passes.
Change-Id: I1d8f19c27da7b728a5fae68262b8112cb2310de3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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='' |