mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 14:31:46 +01: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
da0380c7e8
commit
98e9947a06
@ -129,7 +129,7 @@ function copy_to_buildcache() {
|
|||||||
$sshcmd "${BUILDCACHE_USER}@${BUILDCACHE_SERVER}" \
|
$sshcmd "${BUILDCACHE_USER}@${BUILDCACHE_SERVER}" \
|
||||||
"mkdir -p ${remote_path}"
|
"mkdir -p ${remote_path}"
|
||||||
|
|
||||||
rsync -Pav -e "${sshcmd}" "$@" \
|
rsync --partial -a -e "${sshcmd}" "$@" \
|
||||||
"${BUILDCACHE_USER}@${BUILDCACHE_SERVER}:${remote_path}"
|
"${BUILDCACHE_USER}@${BUILDCACHE_SERVER}:${remote_path}"
|
||||||
}
|
}
|
||||||
# --
|
# --
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user