Skip to content

Commit 37daea5

Browse files
ryanwoharasmart-alek
authored andcommitted
Do not install the CLI tool in a Docker container (circleci#2318)
1 parent 7cd020a commit 37daea5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

jekyll/_cci2/parallelism-faster-jobs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To reduce this time,
1515
you can run tests in parallel
1616
by spreading them across multiple machines.
1717
This requires specifying a parallelism level
18-
and using the CircleCI Local CLI
18+
and using the CircleCI CLI
1919
to split test files.
2020

2121
* TOC
@@ -42,11 +42,13 @@ jobs:
4242
For more information,
4343
see the [configuration reference]({{ site.baseurl }}/2.0/configuration-reference/#parallelism).
4444
45-
## Using the CircleCI Local CLI to Split Tests
45+
## Using the CircleCI CLI to Split Tests
4646
4747
Test allocation across containers is file-based
48-
and requires the CircleCI Local CLI.
49-
To install the CLI,
48+
and requires the CircleCI CLI. It is automatically
49+
injected into your build at run-time.
50+
51+
To install the CLI locally,
5052
see the [Using the CircleCI Local CLI]({{ site.baseurl }}/2.0/local-cli/#installing-the-circleci-local-cli-on-macos-and-linux-distros) document.
5153
5254
### Globbing Test Files

0 commit comments

Comments
 (0)