Skip to content

Commit 0a44145

Browse files
remove 2.1 from example
1 parent 65143a9 commit 0a44145

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jekyll/_cci2/workflows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ _For a full specification of the_ `workflows` _key, see the [Workflows]({{ site.
5757
To run a set of parallel jobs, add a new `workflows:` section to the end of your existing `.circleci/config.yml` file with the version and a unique name for the workflow. The following sample `.circleci/config.yml` file shows the default workflow orchestration with two parallel jobs. It is defined by using the `workflows:` key named `build_and_test` and by nesting the `jobs:` key with a list of job names. The jobs have no dependencies defined, therefore they will run in parallel.
5858

5959
```yaml
60-
version: 2.1
6160
jobs:
6261
build:
6362
docker:

0 commit comments

Comments
 (0)