mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Rewrite bootstrapper in Python
- This was going to get too complex for bash. Only way to kill those scripts is before they get too complex. - Better progress messages from bootstrapper. - Differentiate between bootstrapper & installer - Cleanup documentation a little bit
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
name: run tljh installer
|
||||
command: |
|
||||
docker cp . tljh-systemd-ci:/srv/src
|
||||
docker exec -it tljh-systemd-ci bash /srv/src/installer/install.bash
|
||||
docker exec -it tljh-systemd-ci python3 /srv/src/bootstrap/bootstrap.py
|
||||
|
||||
- run:
|
||||
name: check jupyterhub is up
|
||||
|
||||
Reference in New Issue
Block a user