mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
command/build: Specify a provisioner function
This commit is contained in:
parent
534f32067a
commit
d919f9545a
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ func (Command) Run(env packer.Environment, args []string) int {
|
|||
components := &packer.ComponentFinder{
|
||||
Builder: env.Builder,
|
||||
Hook: env.Hook,
|
||||
Provisioner: env.Provisioner,
|
||||
}
|
||||
|
||||
// Go through each builder and compile the builds that we care about
|
||||
|
|
|
|||
Loading…
Reference in a new issue