Skip to content

Commit 8748220

Browse files
grokspawnci-robot
authored andcommitted
include composite template builder's output path (#1208)
Signed-off-by: Jordan Keister <[email protected]> Upstream-repository: operator-registry Upstream-commit: 8986186e78db17ca6dfed645f02181604f9fc66e
1 parent ba34916 commit 8748220

File tree

2 files changed

+2
-0
lines changed
  • staging/operator-registry/alpha/template/composite
  • vendor/github.com/operator-framework/operator-registry/alpha/template/composite

2 files changed

+2
-0
lines changed

staging/operator-registry/alpha/template/composite/composite.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ func (t *Template) newCatalogBuilderMap(catalogs []Catalog, outputType string) (
230230
builderMap := make(BuilderMap)
231231
for _, schema := range catalog.Builders {
232232
builder, err := t.builderForSchema(schema, BuilderConfig{
233+
WorkingDir: catalog.Destination.WorkingDir,
233234
OutputType: outputType,
234235
})
235236
if err != nil {

vendor/github.com/operator-framework/operator-registry/alpha/template/composite/composite.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)