From 34026bae6b78f9087d65a2331a9309d38410285f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 23 Aug 2012 13:50:50 +0200 Subject: [PATCH] move cache more carefully --- liveboot_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 13abc16..6b11f46 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -20,6 +20,7 @@ apt-get -y install debootstrap ldap-utils git clone git://git/ri/liveboot.git cd liveboot git checkout feature/jenkins +[ -d /srv/build/cache ] && mv /srv/build/cache . ./build.sh $BUILD_NUMBER EOF @@ -33,5 +34,4 @@ cd /srv/build/liveboot sudo mv cache .. cd .. sudo rm liveboot -Rf -sudo mkdir liveboot -sudo mv cache liveboot + -- 2.39.5