From b5d17843a9bc0e8c94eefec7be168da9f7bc9cb2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 24 Nov 2010 17:03:07 +0100 Subject: Fix: Delete temp inflated jogl-demos folder --- hudson-builds/promote-latest-builds.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh index b3c3ec0..7c3e9b1 100755 --- a/hudson-builds/promote-latest-builds.sh +++ b/hudson-builds/promote-latest-builds.sh @@ -118,6 +118,8 @@ function promote-latest-builds() { cp -a $bname/jar/*.jar . cp -a $bname/jnlp-files/* ./jnlp-files/ cp -a $bname/www/* ./www/ + echo "INFO: delete folder $bname" + rm -rf $bname cd $rootdir -- cgit v1.2.3