Don't override packer's build version from a config file; fixes #2385
This commit is contained in:
parent
da20c36454
commit
78174dae4e
|
@ -43,7 +43,6 @@ func (m *Meta) Core(tpl *template.Template) (*packer.Core, error) {
|
|||
config := *m.CoreConfig
|
||||
config.Template = tpl
|
||||
config.Variables = m.flagVars
|
||||
config.Version = m.Version
|
||||
|
||||
// Init the core
|
||||
core, err := packer.NewCore(&config)
|
||||
|
|
Loading…
Reference in New Issue