mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
NewRunner -> NewRunnerWithPauseFn in bmcs builder
This commit is contained in:
@@ -75,7 +75,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||
}
|
||||
|
||||
// Run the steps
|
||||
b.runner = common.NewRunner(steps, b.config.PackerConfig, ui)
|
||||
b.runner = common.NewRunnerWithPauseFn(steps, b.config.PackerConfig, ui, state)
|
||||
b.runner.Run(state)
|
||||
|
||||
// If there was an error, return that
|
||||
|
||||
Reference in New Issue
Block a user