[CI] Don't pipe systemctl output to pager

This makes the CI job hang.
This commit is contained in:
yuvipanda
2018-07-11 12:43:40 -07:00
parent 3e59f7fa14
commit 8cef9f6b6d

View File

@@ -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