Skip to content

gitlab-ci: Do not force ownership/timestamp when uploading

Emanuele Aina requested to merge wip/em/rsync-no-extra-metadata into apertis/v2021dev3

Not only we do not care about the user/group and mtime of the files we upload, but it may even cause issues: for instance, when extracting the firmware files they get their original timestamp in the past, which means that they may be garbage-collected too early when uploaded from a test branch.

Merge request reports