mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Standardize on 4 spaces for circle ci config indent
Previously was a mix of 2 and 4 spaces
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
docker:
|
docker:
|
||||||
- image: docker:18.05.0-ce-git
|
- image: docker:18.05.0-ce-git
|
||||||
# Run full installer test
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: setup python3
|
name: setup python3
|
||||||
@@ -64,7 +64,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user