mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
AppVeyor: non interactive mode of journalctl
This commit is contained in:
parent
ae34141b7a
commit
103b6eb194
@ -54,7 +54,7 @@ for:
|
|||||||
after_build:
|
after_build:
|
||||||
- .ci/appveyor_afterbuild.sh
|
- .ci/appveyor_afterbuild.sh
|
||||||
on_failure:
|
on_failure:
|
||||||
- sudo journalctl -xe
|
- sudo journalctl -xe --no-pager
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/*.deb
|
- path: build/*.deb
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
@ -69,7 +69,7 @@ for:
|
|||||||
after_build:
|
after_build:
|
||||||
- .ci/appveyor_afterbuild.sh
|
- .ci/appveyor_afterbuild.sh
|
||||||
on_failure:
|
on_failure:
|
||||||
- sudo journalctl -xe
|
- sudo journalctl -xe --no-pager
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/*.deb
|
- path: build/*.deb
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user