Skip to content

Commit

Permalink
schemas/gen: exclude delphix-integrations/delphix (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 7, 2022
1 parent 033ea9e commit f246688
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,16 @@ func listProviders(tier string) ([]provider, error) {
}

var ignore = map[string]bool{
"a10networks/vthunder": true,
"harness-io/harness": true,
"HewlettPackard/oneview": true,
"HewlettPackard/hpegl": true,
"jradtilbrook/buildkite": true,
"kvrhdn/honeycombio": true,
"ThalesGroup/ciphertrust": true,
"nullstone-io/ns": true,
"zededa/zedcloud": true,
"a10networks/vthunder": true,
"delphix-integrations/delphix": true,
"harness-io/harness": true,
"HewlettPackard/oneview": true,
"HewlettPackard/hpegl": true,
"jradtilbrook/buildkite": true,
"kvrhdn/honeycombio": true,
"ThalesGroup/ciphertrust": true,
"nullstone-io/ns": true,
"zededa/zedcloud": true,
}

func filter(providers []provider) (filtered []provider) {
Expand Down

0 comments on commit f246688

Please sign in to comment.