Commit ddb96606 authored by BlackEagle's avatar BlackEagle

atlas post-processor unknown atlas.UploadartifactOpts field BuildId

in https://github.com/hashicorp/atlas-go/blob/master/v1/artifact.go
we can see it is BuildID and not BuildId
Signed-off-by: default avatarBlackEagle <ike.devolder@gmail.com>
parent bf4012d0
......@@ -157,7 +157,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
Type: p.config.Type,
ID: artifact.Id(),
Metadata: p.metadata(artifact),
BuildId: p.config.buildId,
BuildID: p.config.buildId,
}
if fs := artifact.Files(); len(fs) > 0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment