osbuildexecutor/aws.ec2: pass the manifest to the job manager
This commit is contained in:
parent
8e6717fa1b
commit
bfd1978ad8
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ func (ec2e *awsEC2Executor) RunOSBuild(manifest []byte, store, outputDirectory s
|
|||
stderr := &bytes.Buffer{}
|
||||
cmd.Stdout = stdout
|
||||
cmd.Stderr = stderr
|
||||
cmd.Stdin = bytes.NewReader(manifest)
|
||||
|
||||
err = cmd.Start()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue