summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-06 13:04:42 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-06 13:04:42 +0000
commit1a5ba662226bb7bbf3b5f2c6bb95e8b62998bda1 (patch)
treeeec00c78f8bc7b27cd4e106c95a5e37420f07ed9 /ci/01-deploybundle.sh
parentb3e83ab6e58486d708a67594b4d94f2772503834 (diff)
parentc64f24e26c24772f2a4a64ddb75c8e2855ed2a76 (diff)
Merge "cleanup and also fetch the charms first then deploy."
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 105477ad..1c3a5104 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -2,6 +2,11 @@
#placeholder for deployment script.
set -ex
+#copy and download charms
+ cp $4/fetch-charms.sh ./fetch-charms.sh
+ sh ./fetch-charms.sh
+
+
case "$1" in
'nonha' )
cp $4/juju-deployer/ovs-$4-nonha.yaml ./bundles.yaml