Skip to content

Commit 85398d8

Browse files
authored
Merge pull request circleci#4019 from ivanosevitch/patch-1
Remove extraneous indents in config example
2 parents 83bb6a6 + 56185d6 commit 85398d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

jekyll/_cci2/hello-world.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ This example adds a job called `build` that spins up a container running a [pre-
1717

1818
1. Create a [`config.yml`]({{ site.baseurl }}/2.0/configuration-reference/) file with the following lines:
1919

20-
```yaml
21-
version: 2.1
22-
jobs:
23-
build:
24-
docker:
25-
- image: circleci/node:4.8.2 # the primary container, where your job's commands are run
26-
steps:
27-
- checkout # check out the code in the project directory
28-
- run: echo "hello world" # run the `echo` command
29-
```
20+
```yaml
21+
version: 2.1
22+
jobs:
23+
build:
24+
docker:
25+
- image: circleci/node:4.8.2 # the primary container, where your job's commands are run
26+
steps:
27+
- checkout # check out the code in the project directory
28+
- run: echo "hello world" # run the `echo` command
29+
```
3030
3131
1. Commit and push the changes.
3232

0 commit comments

Comments
 (0)