mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +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
a8727cebf2
commit
3ba9897a6a
@ -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