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: | - shell: |
#!/bin/bash -eux #!/bin/bash -eux
cd ~ 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 \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \ git://git.openstack.org \
openstack/diskimage-builder \ openstack/diskimage-builder \