1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

AppVeyor: non interactive mode of journalctl

This commit is contained in:
Ilya Shipitsin 2018-10-28 20:25:56 +05:00
parent ae34141b7a
commit 103b6eb194

View File

@ -54,7 +54,7 @@ for:
after_build:
- .ci/appveyor_afterbuild.sh
on_failure:
- sudo journalctl -xe
- sudo journalctl -xe --no-pager
artifacts:
- path: build/*.deb
name: Ubuntu
@ -69,7 +69,7 @@ for:
after_build:
- .ci/appveyor_afterbuild.sh
on_failure:
- sudo journalctl -xe
- sudo journalctl -xe --no-pager
artifacts:
- path: build/*.deb
name: Ubuntu