Fix build failure when there is no packer-manifest.json file
This commit is contained in:
parent
9aab66b971
commit
19057028cf
|
@ -120,5 +120,5 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, source packer.Artifact) (packe
|
||||||
return source, true, fmt.Errorf("Unable to marshal JSON %s", err)
|
return source, true, fmt.Errorf("Unable to marshal JSON %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return source, true, err
|
return source, true, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue