cloudapi/v2: pass repoconfigs when serializing manifests
This commit is contained in:
parent
e0759e01af
commit
dc7bc4763c
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ func serializeManifest(ctx context.Context, manifestSource *manifest.Manifest, w
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ms, err := manifestSource.Serialize(depsolveResults.PackageSpecs, containerSpecs, ostreeCommitSpecs)
|
ms, err := manifestSource.Serialize(depsolveResults.PackageSpecs, containerSpecs, ostreeCommitSpecs, depsolveResults.RepoConfigs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
reason := "Error serializing manifest"
|
reason := "Error serializing manifest"
|
||||||
jobResult.JobError = clienterrors.WorkerClientError(clienterrors.ErrorManifestGeneration, reason, nil)
|
jobResult.JobError = clienterrors.WorkerClientError(clienterrors.ErrorManifestGeneration, reason, nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue