mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
command/build: skip nil builds [GH-2163]
This commit is contained in:
parent
e8b7c10025
commit
793698f8a7
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ func (c BuildCommand) Run(args []string) int {
|
|||
c.Ui.Error(fmt.Sprintf(
|
||||
"Failed to initialize build '%s': %s",
|
||||
n, err))
|
||||
continue
|
||||
}
|
||||
|
||||
builds = append(builds, b)
|
||||
|
|
|
|||
Loading…
Reference in a new issue