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 4a3c34b commit db90f49Copy full SHA for db90f49
legacy/builder/recipe_runner.go
@@ -43,7 +43,9 @@ func (s *RecipeByPrefixSuffixRunner) Run(ctx *types.Context) error {
43
recipes := findRecipes(buildProperties, s.Prefix, s.Suffix)
44
45
if ctx.CodeModelBuilder != nil {
46
- return nil
+ if s.Prefix != constants.HOOKS_PREBUILD {
47
+ return nil
48
+ }
49
}
50
51
properties := buildProperties.Clone()
0 commit comments