Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2496a9
)
typo where forgot "$" against variable.
83/28083/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Mon, 6 Feb 2017 05:48:20 +0000
(23:48 -0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Mon, 6 Feb 2017 05:48:20 +0000
(23:48 -0600)
Change-Id: Id67793a32c0f2141b3e7082aa752607935870c1d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/02-deploybundle.sh
patch
|
blob
|
history
diff --git
a/ci/02-deploybundle.sh
b/ci/02-deploybundle.sh
index
e9757bd
..
c8d35ef
100755
(executable)
--- a/
ci/02-deploybundle.sh
+++ b/
ci/02-deploybundle.sh
@@
-17,7
+17,7
@@
maasver=`apt-cache policy maas | grep Installed | cut -d ':' -f 2 | sed -e 's/ /
if [[ "$opnfvmodel" = "openstack" ]]; then
#copy and download charms
- ./opnfvsdn/fetch-charms.sh $opnfvdistro
+ ./
$
opnfvsdn/fetch-charms.sh $opnfvdistro
tar xvf common/scaleio.tar -C ./$opnfvdistro/ --strip=2 juju-scaleio/trusty/
osdomname=''
else