Merge "Clone DIB repos with git before zuul-cloner"

This commit is contained in:
Jenkins 2015-05-08 18:04:44 +00:00 committed by Gerrit Code Review
commit 7c73a564bb

@ -6,6 +6,11 @@
- shell: |
#!/bin/bash -eux
cd ~
# Work around a bug where we get a disconnected HEAD ref if we dont clone with git first
git clone file:///opt/git/openstack/diskimage-builder openstack/diskimage-builder
git clone file:///opt/git/openstack/dib-utils openstack/dib-utils
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \
openstack/diskimage-builder \