summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index f9aadaa9..1f418797 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -141,6 +141,8 @@ check_status() {
retval=1
fi
done
+ status=`juju action do heat/0 domain-setup`
+ echo $status
echo "...... deployment finishing ......."
}