From b5956f911fdd2b2a244a139737eb309e30c1b9c9 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 02:35:17 -0700 Subject: [PATCH] Remove journalctl from JupyterHub check step Seems to block forever --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ab588b..07908dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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'