build only only twice (#9904)
remove duplicate entry for build > --only
This commit is contained in:
parent
dfe8aa51b0
commit
e362b7f43f
|
@ -48,11 +48,6 @@ artifacts that are created will be outputted at the end of the build.
|
||||||
- `run-cleanup-provisioner` aborts and exits without any cleanup besides
|
- `run-cleanup-provisioner` aborts and exits without any cleanup besides
|
||||||
the [error-cleanup-provisioner](/docs/templates/provisioners#on-error-provisioner) if one is defined.
|
the [error-cleanup-provisioner](/docs/templates/provisioners#on-error-provisioner) if one is defined.
|
||||||
|
|
||||||
- `-only=foo,bar,baz` - Only run the builds with the given comma-separated
|
|
||||||
names. Build names by default are their type, unless a specific `name`
|
|
||||||
attribute is specified within the configuration. `-only` does not apply to
|
|
||||||
post-processors.
|
|
||||||
|
|
||||||
`@include 'commands/only.mdx'`
|
`@include 'commands/only.mdx'`
|
||||||
|
|
||||||
- `-parallel-builds=N` - Limit the number of builds to run in parallel, 0
|
- `-parallel-builds=N` - Limit the number of builds to run in parallel, 0
|
||||||
|
|
Loading…
Reference in New Issue