mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-22 16:35:25 +02:00
add group write permission to builds
This commit is contained in:
parent
acb651e6d6
commit
ffb32e66e2
1 changed files with 3 additions and 0 deletions
|
@ -321,6 +321,9 @@
|
|||
<copy todir="${copyToDir}/${buildType}.${buildId}">
|
||||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||
</copy>
|
||||
<chmod perm="g+w" dir="${copyToDir}">
|
||||
<dirset dir="${copyToDir}"/>
|
||||
</chmod>
|
||||
|
||||
<!-- Create symlink to latest build -->
|
||||
<symlink action="delete" link="${copyToDir}/latest" failonerror="false"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue