aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--priv/buildkite-pre-artifact-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/buildkite-pre-artifact-hook b/priv/buildkite-pre-artifact-hook
index ff76fdd..ec2526b 100644
--- a/priv/buildkite-pre-artifact-hook
+++ b/priv/buildkite-pre-artifact-hook
@@ -12,7 +12,7 @@ rm -f output.txt
# Common Test logs.
test -d logs/ && \
- scp -rp logs/* buildkite@$BUILDKITE_LOGS_SERVER:$LOGS_PATH
+ rsync --protocol=29 -arvz logs/* buildkite@$BUILDKITE_LOGS_SERVER:$LOGS_PATH
# Erlang.mk packages.
test -f test/packages/errors.log && \