diff options
author | Sven Gothel <[email protected]> | 2011-09-14 05:02:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-14 05:02:38 +0200 |
commit | efad25bfeae26a644efc6a471d056088052aa74b (patch) | |
tree | 2885045f6fb21d069a91a1021cae2038240ac7bc | |
parent | 7445d4142d088ad311437181ddb070da6d8d122b (diff) |
use unsigned jar files from util package
-rwxr-xr-x | jenkins-builds/promote-latest-builds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh index b94db61..64db25c 100755 --- a/jenkins-builds/promote-latest-builds.sh +++ b/jenkins-builds/promote-latest-builds.sh @@ -247,8 +247,8 @@ function promote-latest-builds() { echo Aggregation folder $wsdir for URL $url echo - cp -av ../util/applet-launcher.jar jar/ - cp -av ../util/junit.* jar/ + cp -av ../util/unsigned/applet-launcher.jar jar/ + cp -av ../util/unsigned/junit.* jar/ local OK=1 grep ERROR $logfile && OK=0 |