Browse Source

Merge topic 'ci-package-upload'

d747684bbb gitlab-ci: reduce verbosity of binary upload

Acked-by: Kitware Robot <[email protected]>
Acked-by: Ben Boeckel <[email protected]>
Merge-request: !5235
Brad King 5 years ago
parent
commit
46bb6ae8d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab/upload.yml

+ 1 - 1
.gitlab/upload.yml

@@ -15,4 +15,4 @@
         - dnf install -y --setopt=install_weak_deps=False rsync openssh-clients
         - chmod 400 $RSYNC_BINARY_KEY
         - ssh-keygen -y -f $RSYNC_BINARY_KEY > $RSYNC_BINARY_KEY.pub
-        - rsync -tv --recursive -e "ssh -i $RSYNC_BINARY_KEY -o StrictHostKeyChecking=no" build/ [email protected]:$RSYNC_DESTINATION/
+        - rsync -tv --recursive -e "ssh -i $RSYNC_BINARY_KEY -o StrictHostKeyChecking=no -o LogLevel=ERROR" build/ [email protected]:$RSYNC_DESTINATION/