mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
gitlab-ci: reduce verbosity of binary upload
Tell `ssh` not to print informational messages.
This commit is contained in:
+1
-1
@@ -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/ kitware@public.kitware.com:$RSYNC_DESTINATION/
|
||||
- rsync -tv --recursive -e "ssh -i $RSYNC_BINARY_KEY -o StrictHostKeyChecking=no -o LogLevel=ERROR" build/ kitware@public.kitware.com:$RSYNC_DESTINATION/
|
||||
|
||||
Reference in New Issue
Block a user