mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix typo in .circleci/config.yaml
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: run tljh installer
|
name: run tljh installer
|
||||||
command: |
|
command: |
|
||||||
python3 .circleci/integration-test.py cp . /srv/src
|
python3 .circleci/integration-test.py copy . /srv/src
|
||||||
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
|
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
Reference in New Issue
Block a user