Skip to content

Commit 6d3f5ba

Browse files
Merge pull request circleci#3979 from AntoinePrv/patch-1
Fix invalid indentation in config example
2 parents 82b6d69 + 34ea9f0 commit 6d3f5ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jekyll/_cci2/concepts.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ workflows:
168168
jobs:
169169
- build1
170170
- build2:
171-
requires:
172-
- build1 # wait for build1 job to complete successfully before starting
173-
# see circleci.com/docs/2.0/workflows/ for more examples.
171+
requires:
172+
- build1 # wait for build1 job to complete successfully before starting
173+
# see circleci.com/docs/2.0/workflows/ for more examples.
174174
- build3:
175-
requires:
176-
- build1 # wait for build1 job to complete successfully before starting
177-
# run build2 and build3 in parallel to save time.
175+
requires:
176+
- build1 # wait for build1 job to complete successfully before starting
177+
# run build2 and build3 in parallel to save time.
178178
```
179179
{% endraw %}
180180

0 commit comments

Comments
 (0)