Standardize on 4 spaces for circle ci config indent

Previously was a mix of 2 and 4 spaces
This commit is contained in:
yuvipanda
2018-07-11 12:25:23 -07:00
parent e3ae2c3d77
commit e8c8d51490

View File

@@ -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: