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:
|
||||
docker:
|
||||
- image: docker:18.05.0-ce-git
|
||||
# Run full installer test
|
||||
|
||||
steps:
|
||||
- run:
|
||||
name: setup python3
|
||||
@@ -64,7 +64,6 @@ jobs:
|
||||
command: |
|
||||
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
||||
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
||||
Reference in New Issue
Block a user