diff options
Diffstat (limited to 'ci/onos')
-rwxr-xr-x | ci/onos/fetch-charms.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh index cfe4f14b..761c52d5 100755 --- a/ci/onos/fetch-charms.sh +++ b/ci/onos/fetch-charms.sh @@ -31,10 +31,7 @@ git clone -b stable/17.08 https://github.com/openstack/charm-nova-cloud-controll git clone -b stable/17.08 https://github.com/openstack/charm-nova-compute.git $distro/nova-compute git clone -b stable/17.08 https://github.com/openstack/charm-openstack-dashboard.git $distro/openstack-dashboard git clone -b stable/17.08 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server -git clone -b stable/17.08 https://github.com/openstack/charm-heat.git $distro/heat -cd $distro/heat -git pull https://git.openstack.org/openstack/charm-heat refs/changes/19/504219/1 -cd ../../ +git clone https://github.com/openstack/charm-heat.git $distro/heat git clone https://github.com/openstack/charm-lxd.git $distro/lxd git clone https://github.com/openbaton/juju-charm.git $distro/openbaton |