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