File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ Let’s get started. CircleCI provides a powerful experience because we provide
28
28
5 . Add the following contents to your ` config.yml ` file.
29
29
30
30
{% highlight yaml linenos %}
31
-
32
- ``` yaml
33
31
version: 2.1
34
32
jobs:
35
33
build:
@@ -67,8 +65,6 @@ That was nice but let’s get real. Delivery graphs start with code. In this e
67
65
68
66
69
67
{% highlight yaml linenos %}
70
-
71
- ` ` ` yaml
72
68
version: 2.1
73
69
jobs:
74
70
build:
@@ -104,8 +100,6 @@ Every code base and project is different. That’s okay. We like diversity. T
104
100
105
101
106
102
{% highlight yaml linenos %}
107
-
108
- ` ` ` yaml
109
103
version: 2.1
110
104
jobs:
111
105
build:
@@ -151,8 +145,6 @@ All of the job names are arbitrary. This allows you to create workflows as comp
151
145
152
146
153
147
{% highlight yaml linenos %}
154
-
155
- ` ` ` yaml
156
148
version: 2.1
157
149
jobs:
158
150
Hello-World:
You can’t perform that action at this time.
0 commit comments