Clone DIB repos with git before zuul-cloner

Work around a bug causing zuul-cloner to explode when cleaning up the
DIB git repos.

Change-Id: I4c21122f3e1a6c64480c66daf3c69b5a22b9eff1
This commit is contained in:
Gregory Haynes 2015-05-08 17:00:55 +00:00
parent 1d762be908
commit 186c917afd

@ -7,6 +7,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 \