Skip to content

Commit

Permalink
chore: restore generating integrations:v1alpha (#2037)
Browse files Browse the repository at this point in the history
refs: #2014

Comment on b/286436239 from Integrations team: "I have reverted the change that is expected to cause this break".
  • Loading branch information
quartzmo committed Jun 21, 2023
1 parent 177408e commit efba8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-api-go-generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ var (

// skipAPIGeneration is a set of APIs to not generate when generating all clients.
var skipAPIGeneration = map[string]bool{
"integrations:v1alpha": true,
"sql:v1beta4": true,
"sql:v1beta4": true,
}

// API represents an API to generate, as well as its state while it's
Expand Down

0 comments on commit efba8fa

Please sign in to comment.