diff --git a/command/build.go b/command/build.go index fbadd6dab..7a035a883 100644 --- a/command/build.go +++ b/command/build.go @@ -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)