Improvements to PWG_common_production
Compare changes
- Lukas Chlad authored
On MaxOS systems there is obviously different version of cp command to other Linux. Because the MacOS cp is missing -u (update if newer) option the rsync is used instead. The update option is rather important if one would run several jobs on the same machine and they will touch these files at different times this can cause issues.
@@ -54,10 +54,10 @@ for step in ${steps}; do