[CI] Output all systemd logs after setup to help debugging

This commit is contained in:
yuvipanda
2018-07-11 12:33:19 -07:00
parent e91ea88722
commit 5f2252a5ba

View File

@@ -60,6 +60,11 @@ jobs:
python3 .circleci/integration-test.py copy . /srv/src
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
- run:
name: output all system logs, to help debugging
command: |
python3 .circleci/integration-test.py run 'journalctl --no-pager'
- run:
name: check jupyterhub is up
command: |