We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999497 commit 2bca991Copy full SHA for 2bca991
pkg/buildplan/hydrate.go
@@ -55,6 +55,8 @@ func (b *BuildPlan) hydrate() error {
55
}
56
ingredient, ok := ingredientLookup[source.IngredientID]
57
if !ok {
58
+ // It's possible that we haven't associated a source to an artifact if that source links to multiple artifacts.
59
+ // In this case we cannot determine which artifact relates to which source.
60
continue
61
62
b.requirements = append(b.requirements, &Requirement{
0 commit comments