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 bc69a84 commit 847e40aCopy full SHA for 847e40a
pkg/buildplan/hydrate.go
@@ -55,7 +55,7 @@ func (b *BuildPlan) hydrate() error {
55
}
56
ingredient, ok := ingredientLookup[source.IngredientID]
57
if !ok {
58
- return errs.New("missing ingredient for source ID: %s", req.Source)
+ continue
59
60
b.requirements = append(b.requirements, &Requirement{
61
Requirement: req.Requirement,
0 commit comments