From 2eb3a91114e5a60b3ec1411e5498f800c20298b7 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Sun, 17 May 2015 09:08:28 +0000 Subject: [PATCH] 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 --- jenkins/jobs/diskimage-builder.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jenkins/jobs/diskimage-builder.yaml b/jenkins/jobs/diskimage-builder.yaml index 46da33a008..5cd8219791 100644 --- a/jenkins/jobs/diskimage-builder.yaml +++ b/jenkins/jobs/diskimage-builder.yaml @@ -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 \