Fix MacOS missing -u option for cp
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.
parent
4d6d8b8f
No related branches found
No related tags found
This commit is part of merge request !1295. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment