We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffce449 commit d05e7bcCopy full SHA for d05e7bc
.circleci/circleci-readme.md
@@ -11,11 +11,11 @@ The local build runs in a docker container.
11
12
* Run a local build with the following command:
13
14
- circleci local execute -c .circleci/local-config.yml --job 'build'
+ circleci local execute -c .circleci/local-config.yml 'build'
15
16
Typically, both commands are run together:
17
18
- 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'
19
20
With the above command, operations that cannot occur during a local build will show an error like this:
21
0 commit comments