Skip to content

Commit 2bca991

Browse files
committed
Add comment
1 parent 4999497 commit 2bca991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/buildplan/hydrate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func (b *BuildPlan) hydrate() error {
5555
}
5656
ingredient, ok := ingredientLookup[source.IngredientID]
5757
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.
5860
continue
5961
}
6062
b.requirements = append(b.requirements, &Requirement{

0 commit comments

Comments
 (0)