mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix typo in the pipelining-builds docs (#11900)
Somebody forgot to finish their last sentence...
This commit is contained in:
parent
a4a497bd80
commit
f28d36c888
1 changed files with 3 additions and 1 deletions
|
|
@ -350,4 +350,6 @@ packer build -only='step1.docker.example' .
|
|||
packer build -only='step2.docker.example' .
|
||||
```
|
||||
|
||||
To run the pipeline, call pipeline.sh. You can create as many build steps as you want. Each can either inhabit one file
|
||||
To run the pipeline, call pipeline.sh. You can create as many build steps as
|
||||
you want. Each can either inhabit one file, or you can put multiple steps in
|
||||
a single file like shown in the example above.
|
||||
|
|
|
|||
Loading…
Reference in a new issue