summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 12:04:16 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-17 14:20:10 -0500
commitd1aaa3704c4bb65a5f45ccfc1cb5d8bf18e6fb32 (patch)
tree1da43dca6fa8df646037348beec3e6bf62c9df2f /ci/deploy.sh
parent501abc68e6a974d7e5dd480233bf44a2f20fc0b3 (diff)
modified ocl charm location fetching from git tree.
Change-Id: I3913286114e4a4b402b859ab151e7e0442be4262 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 09427476..7d683cf8 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -184,7 +184,7 @@ echo "...... deployment finished ......."
# creating heat domain after puching the public API into /etc/hosts
if [[ "$jujuver" > "2" ]]; then
- status=`juju run-action do heat/0 domain-setup`
+ status=`juju run-action heat/0 domain-setup`
echo $status
else
status=`juju action do heat/0 domain-setup`