mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Fix indenting errors in CircleCI config
This commit is contained in:
@@ -54,11 +54,13 @@ jobs:
|
|||||||
stable"
|
stable"
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
apt-get install docker-ce
|
apt-get install docker-ce
|
||||||
- run:
|
|
||||||
name: build CI image
|
- run:
|
||||||
command: |
|
name: build CI image
|
||||||
docker build -t tljh-systemd .
|
command: |
|
||||||
|
docker build -t tljh-systemd .
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: start docker image
|
name: start docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user