Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 70ceb58

Browse files
committed
Circle-CI: fix indentation in circle.yml
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 53fc63a93fbceb6af91c50506c197f5af478b5e0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: caad34cf58174531e049eca15c2453f790803741 Component: cli
1 parent 2775860 commit 70ceb58

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

components/cli/circle.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- checkout
1010
- setup_remote_docker:
11-
version: 18.03.1-ce
12-
reusable: true
13-
exclusive: false
11+
version: 18.03.1-ce
12+
reusable: true
13+
exclusive: false
1414
- run:
1515
command: docker version
1616
- run:
@@ -26,9 +26,9 @@ jobs:
2626
steps:
2727
- checkout
2828
- setup_remote_docker:
29-
version: 18.03.1-ce
30-
reusable: true
31-
exclusive: false
29+
version: 18.03.1-ce
30+
reusable: true
31+
exclusive: false
3232
- run:
3333
name: "Cross"
3434
command: |
@@ -50,9 +50,9 @@ jobs:
5050
steps:
5151
- checkout
5252
- setup_remote_docker:
53-
version: 18.03.1-ce
54-
reusable: true
55-
exclusive: false
53+
version: 18.03.1-ce
54+
reusable: true
55+
exclusive: false
5656
- run:
5757
name: "Unit Test with Coverage"
5858
command: |
@@ -86,9 +86,9 @@ jobs:
8686
steps:
8787
- checkout
8888
- setup_remote_docker:
89-
version: 18.03.1-ce
90-
reusable: true
91-
exclusive: false
89+
version: 18.03.1-ce
90+
reusable: true
91+
exclusive: false
9292
- run:
9393
name: "Validate Vendor, Docs, and Code Generation"
9494
command: |
@@ -103,9 +103,9 @@ jobs:
103103
steps:
104104
- checkout
105105
- setup_remote_docker:
106-
version: 18.03.1-ce
107-
reusable: true
108-
exclusive: false
106+
version: 18.03.1-ce
107+
reusable: true
108+
exclusive: false
109109
- run:
110110
name: "Run shellcheck"
111111
command: |

0 commit comments

Comments
 (0)