Skip to content

Commit d05e7bc

Browse files
committed
doco: CI: remove obsolete --job argument for local CI build
1 parent ffce449 commit d05e7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/circleci-readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The local build runs in a docker container.
1111

1212
* Run a local build with the following command:
1313

14-
circleci local execute -c .circleci/local-config.yml --job 'build'
14+
circleci local execute -c .circleci/local-config.yml 'build'
1515

1616
Typically, both commands are run together:
1717

18-
circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml --job 'build'
18+
circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml 'build'
1919

2020
With the above command, operations that cannot occur during a local build will show an error like this:
2121

0 commit comments

Comments
 (0)