change rsync switches
Build empanada container images for lorax / buildx (push) Successful in 1s Details
Build empanada images for imagefactory / buildx (push) Failing after 4s Details

This commit is contained in:
Louis Abel 2023-11-13 02:30:29 -07:00
parent 9f87266007
commit 3567691639
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ class Shared:
find_cmd = '/usr/bin/find'
parallel_cmd = '/usr/bin/parallel'
cmd = '/usr/bin/rsync'
switches = '-av --chown=10004:10005 --progress --relative --human-readable'
switches = '-vrlptDSH --chown=10004:10005 --progress --relative --human-readable'
rsync_cmd = '{} {} {}/ {}'.format(cmd, switches, src, dest)
#os.makedirs(dest, exist_ok=True)