diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-19 15:55:24 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-19 16:18:26 -0500 |
commit | 6345ba5917f720c00b165530916436578bd4c327 (patch) | |
tree | 35462c055a68a08ab5e2d4552c85b7e9383b6dc9 /ci/nosdn | |
parent | 104906bfb36c79c0837349ffe7ecb22fd82b44c6 (diff) |
syntax error.
Change-Id: Ic3fb0ff897fd2e86322c34365b94caee34a021bf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index c2dc48af..c8d60ec7 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -34,8 +34,8 @@ git clone -b stable/18.02 https://github.com/openstack/charm-heat.git $distro/he git clone -b stable/18.02 https://github.com/openstack/charm-lxd.git $distro/lxd git clone https://github.com/openbaton/juju-charm.git $distro/openbaton -+charm pull cs:designate $distro/designate -+charm pull cs:designate-bind $distro/designate-bind +charm pull cs:designate $distro/designate +charm pull cs:designate-bind $distro/designate-bind charm pull cs:memcached $distro/memcached charm pull cs:gnocchi $distro/gnocchi charm pull cs:$distro/aodh $distro/aodh |