1
0

feat: parameter to display the output of successful stages

This commit is contained in:
2024-10-07 20:59:16 +00:00
parent a852e2d9e9
commit fee3b44c6e
4 changed files with 18 additions and 8 deletions

View File

@ -131,7 +131,7 @@ func (pj *jobProcessor) Process(res *Resources) (err error) {
var result *artifact.Result
var dq *qemu.System
pj.job.Artifact.Process(pj.log, pj.job.Target, false, "", "", 0,
pj.job.Artifact.Process(pj.log, pj.job.Target, false, false, "", "", 0,
func(q *qemu.System, ka artifact.Artifact, ki distro.KernelInfo,
res *artifact.Result) {