Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
Signed-off-by: 楚岳 <[email protected]>
  • Loading branch information
wangyikewxgm committed Jul 15, 2022
1 parent 434c863 commit c229015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-test/addon-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Dependency struct {

var file = "addons/velaux/template.yaml"
var regexPattern = "^addons.*"
var globalRexPattern = "^.github.*|makefile|.*.go"
var globalRexPattern = "^.github.*|Makefile|.*.go"

// This can be used for pending some error addon temporally, Please fix it as soon as posible.
var pendingAddon = map[string]bool{"ocm-gateway-manager-addon": true, "model-serving": true}
Expand Down

0 comments on commit c229015

Please sign in to comment.