diff options
-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 |