mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
Update build.go
This commit is contained in:
parent
e6aac8cd6f
commit
b35ec44d06
1 changed files with 3 additions and 3 deletions
|
|
@ -139,9 +139,9 @@ func (c *BuildCommand) RunContext(buildCtx context.Context, cfg *BuildArgs) int
|
|||
Except: cfg.Except,
|
||||
})
|
||||
|
||||
if ret := writeDiags(c.Ui, nil, diags); ret != 0 {
|
||||
return ret
|
||||
}
|
||||
// here, something could have gone wrong but we still want to run valid
|
||||
// builds.
|
||||
ret = writeDiags(c.Ui, nil, diags)
|
||||
|
||||
if cfg.Debug {
|
||||
c.Ui.Say("Debug mode enabled. Builds will not be parallelized.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue