Circle-CI: fix indentation in circle.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-01-04 21:32:29 +01:00
parent f6860e6cbc
commit 53fc63a93f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 15 additions and 15 deletions

View File

@ -8,9 +8,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.03.1-ce
reusable: true
exclusive: false
version: 18.03.1-ce
reusable: true
exclusive: false
- run:
command: docker version
- run:
@ -26,9 +26,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.03.1-ce
reusable: true
exclusive: false
version: 18.03.1-ce
reusable: true
exclusive: false
- run:
name: "Cross"
command: |
@ -50,9 +50,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.03.1-ce
reusable: true
exclusive: false
version: 18.03.1-ce
reusable: true
exclusive: false
- run:
name: "Unit Test with Coverage"
command: |
@ -86,9 +86,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.03.1-ce
reusable: true
exclusive: false
version: 18.03.1-ce
reusable: true
exclusive: false
- run:
name: "Validate Vendor, Docs, and Code Generation"
command: |
@ -103,9 +103,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.03.1-ce
reusable: true
exclusive: false
version: 18.03.1-ce
reusable: true
exclusive: false
- run:
name: "Run shellcheck"
command: |