Remove journalctl from JupyterHub check step

Seems to block forever
This commit is contained in:
yuvipanda
2018-07-11 02:35:17 -07:00
parent fdbdc58727
commit b5956f911f

View File

@@ -76,5 +76,4 @@ jobs:
- run:
name: check jupyterhub is up
command: |
python3 .circleci/integration-test.py run 'journalctl -u jupyterhub'
python3 .circleci/integration-test.py run 'curl -L --fail http://localhost'
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'