File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ This example adds a job called `build` that spins up a container running a [pre-
17
17
18
18
1 . Create a [ ` config.yml ` ] ({{ site.baseurl }}/2.0/configuration-reference/) file with the following lines:
19
19
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
+ ` ` `
30
30
31
31
1. Commit and push the changes.
32
32
You can’t perform that action at this time.
0 commit comments