From d747684bbb0e469c31297bfdc4d1462d3acfff4c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 Sep 2020 10:12:48 -0400 Subject: gitlab-ci: reduce verbosity of binary upload Tell `ssh` not to print informational messages. --- .gitlab/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/upload.yml b/.gitlab/upload.yml index 924e7de..6bfa763 100644 --- a/.gitlab/upload.yml +++ b/.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/ 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/ -- cgit v0.12