diff options
author | Sven Gothel <[email protected]> | 2023-05-07 20:08:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-07 20:08:39 +0200 |
commit | 62604e9e14dbc9e8bf81e9fc033902cdfd790041 (patch) | |
tree | 8f9e0f3885e1d2f40582f7c2c0e507a96c77d009 /jenkins-builds/promote-latest-builds.sh | |
parent | 155d0d25638a2243da32dae733232ccb41b4d9a5 (diff) |
jenkins-builds: Fix log and archive file mods
Diffstat (limited to 'jenkins-builds/promote-latest-builds.sh')
-rwxr-xr-x | jenkins-builds/promote-latest-builds.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh index d701212..4527f1c 100755 --- a/jenkins-builds/promote-latest-builds.sh +++ b/jenkins-builds/promote-latest-builds.sh @@ -199,6 +199,11 @@ function promote-latest-builds() { prom_promote_demos jocl-demos slave $jocldemosslave $dest echo + echo Fix log and archive mods + echo + find $dest/log $dest/archive -type f -exec chmod 0644 \{\} \; + + echo echo FAT JAR echo prom_make_fatjar $dest |