diff options
author | Sven Gothel <[email protected]> | 2010-11-24 17:03:07 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-24 17:03:07 +0100 |
commit | b5d17843a9bc0e8c94eefec7be168da9f7bc9cb2 (patch) | |
tree | 470bd6bb5fac783a0e5027a41e9cb4ae119c48de | |
parent | e3a431466315d6f38c52e9fa7658cd5e24a5a7c8 (diff) |
Fix: Delete temp inflated jogl-demos folder
-rwxr-xr-x | hudson-builds/promote-latest-builds.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |