Remove zuul-cloner workaround for DIB

We added this to work around a bug in zuul-cloner, but the bug is now
fixed.

Change-Id: Ia1332308905f63db24e3af6ca982788270dc7a0e
This commit is contained in:
Gregory Haynes 2015-05-17 09:08:28 +00:00
parent 5920cbaed5
commit 2eb3a91114

View File

@ -7,10 +7,6 @@
#!/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 \