1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

Merge PR #776: AppVeyor: non interactive mode of journalctl

This commit is contained in:
Davide Beatrici 2018-10-28 16:46:09 +01:00 committed by GitHub
commit 18f7bfe33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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