mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-22 14:02:16 +02:00
ci-automation: silence rsync
The rsync copy logs made it hard to navigate the job output. Remove the --progress and -v flags.
This commit is contained in:
parent
547252553e
commit
396dbd8f3c
@ -129,7 +129,7 @@ function copy_to_buildcache() {
|
||||
$sshcmd "${BUILDCACHE_USER}@${BUILDCACHE_SERVER}" \
|
||||
"mkdir -p ${remote_path}"
|
||||
|
||||
rsync -Pav -e "${sshcmd}" "$@" \
|
||||
rsync --partial -a -e "${sshcmd}" "$@" \
|
||||
"${BUILDCACHE_USER}@${BUILDCACHE_SERVER}:${remote_path}"
|
||||
}
|
||||
# --
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user