diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-06 13:04:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-06 13:04:42 +0000 |
commit | 1a5ba662226bb7bbf3b5f2c6bb95e8b62998bda1 (patch) | |
tree | eec00c78f8bc7b27cd4e106c95a5e37420f07ed9 /ci/01-deploybundle.sh | |
parent | b3e83ab6e58486d708a67594b4d94f2772503834 (diff) | |
parent | c64f24e26c24772f2a4a64ddb75c8e2855ed2a76 (diff) |
Merge "cleanup and also fetch the charms first then deploy."
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 5 |
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 |