Circle-CI: fix indentation in circle.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 53fc63a93f)
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 bf683dfe52
commit caad34cf58
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: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
version: 18.03.1-ce version: 18.03.1-ce
reusable: true reusable: true
exclusive: false exclusive: false
- run: - run:
command: docker version command: docker version
- run: - run:
@ -26,9 +26,9 @@ jobs:
steps: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
version: 18.03.1-ce version: 18.03.1-ce
reusable: true reusable: true
exclusive: false exclusive: false
- run: - run:
name: "Cross" name: "Cross"
command: | command: |
@ -50,9 +50,9 @@ jobs:
steps: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
version: 18.03.1-ce version: 18.03.1-ce
reusable: true reusable: true
exclusive: false exclusive: false
- run: - run:
name: "Unit Test with Coverage" name: "Unit Test with Coverage"
command: | command: |
@ -86,9 +86,9 @@ jobs:
steps: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
version: 18.03.1-ce version: 18.03.1-ce
reusable: true reusable: true
exclusive: false exclusive: false
- run: - run:
name: "Validate Vendor, Docs, and Code Generation" name: "Validate Vendor, Docs, and Code Generation"
command: | command: |
@ -103,9 +103,9 @@ jobs:
steps: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
version: 18.03.1-ce version: 18.03.1-ce
reusable: true reusable: true
exclusive: false exclusive: false
- run: - run:
name: "Run shellcheck" name: "Run shellcheck"
command: | command: |