diff --git a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx index dbd519eb1..4f35946e9 100644 --- a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx +++ b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx @@ -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.