Skip to content

Commit

Permalink
CI: silence ssh and scp logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 30, 2023
1 parent 2b87493 commit 0aef081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
echo "$PK" > ./pk
chmod 400 ./pk
eval $(ssh-agent -s) && ssh-add ./pk
scp -O -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/html/* $AD:.$PH
eval $(ssh-agent -s) && ssh-add ./pk 2>&1 > /dev/null
scp -O -o "StrictHostKeyChecking=no" -q -o "LogLevel=QUIET" -P $PT -r ./doxygen/html/* $AD:.$PH 2>&1 > /dev/null

0 comments on commit 0aef081

Please sign in to comment.