We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457956b commit 580db21Copy full SHA for 580db21
jekyll/_cci2/concepts.md
@@ -199,6 +199,7 @@ The following config example shows a workflow called `build_and_test` in which t
199
{% raw %}
200
```yaml
201
version: 2.1
202
+
203
jobs:
204
build1:
205
docker:
@@ -251,6 +252,7 @@ workflows:
251
252
253
254
version: 2
255
256
257
258
@@ -285,7 +287,7 @@ jobs:
285
287
command: bundle exec rake assets:precompile
286
288
#...
289
workflows:
-version: 2
290
+ version: 2
291
build_and_test: # name of your workflow
292
293
- build1
0 commit comments