mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-12-22 09:59:48 +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: |
|
run: |
|
||||||
echo "$PK" > ./pk
|
echo "$PK" > ./pk
|
||||||
chmod 400 ./pk
|
chmod 400 ./pk
|
||||||
eval $(ssh-agent -s) && ssh-add ./pk
|
eval $(ssh-agent -s) && ssh-add ./pk 2>&1 > /dev/null
|
||||||
scp -O -o "StrictHostKeyChecking=no" -P $PT -r ./doxygen/html/* $AD:.$PH
|
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