mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
CI: silence ssh and scp logs
This commit is contained in:
parent
2b87493487
commit
0aef08154b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/arch.yml
vendored
4
.github/workflows/arch.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue