mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Don't pipe systemctl output to pager
This makes the CI job hang.
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
|||||||
name: print systemd status + logs
|
name: print systemd status + logs
|
||||||
command: |
|
command: |
|
||||||
python3 .circleci/integration-test.py run 'journalctl --no-pager'
|
python3 .circleci/integration-test.py run 'journalctl --no-pager'
|
||||||
python3 .circleci/integration-test.py run 'systemctl status jupyterhub configurable-http-proxy'
|
python3 .circleci/integration-test.py run 'systemctl --no-pager status jupyterhub configurable-http-proxy'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: check jupyterhub is up
|
name: check jupyterhub is up
|
||||||
|
|||||||
Reference in New Issue
Block a user