From 8cef9f6b6d39da9d5dd00c240938a2443a2a25c1 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 12:43:40 -0700 Subject: [PATCH] [CI] Don't pipe systemctl output to pager This makes the CI job hang. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d70c6c..524d75c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: name: print systemd status + logs command: | 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: name: check jupyterhub is up