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:
parent
5920cbaed5
commit
2eb3a91114
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user