Skip to content

Commit

Permalink
doco: CI: remove obsolete --job argument for local CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Mar 7, 2024
1 parent ffce449 commit d05e7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/circleci-readme.md
Expand Up @@ -11,11 +11,11 @@ The local build runs in a docker container.

* Run a local build with the following command:

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

Typically, both commands are run together:

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

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

Expand Down

0 comments on commit d05e7bc

Please sign in to comment.