command/build: Specify a provisioner function
This commit is contained in:
parent
534f32067a
commit
d919f9545a
|
@ -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 New Issue