diff options
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 |