mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove journalctl from JupyterHub check step
Seems to block forever
This commit is contained in:
@@ -76,5 +76,4 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: check jupyterhub is up
|
name: check jupyterhub is up
|
||||||
command: |
|
command: |
|
||||||
python3 .circleci/integration-test.py run 'journalctl -u jupyterhub'
|
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
||||||
python3 .circleci/integration-test.py run 'curl -L --fail http://localhost'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user