Skip to content

Commit

Permalink
[chore] Update component-folders.yaml (#3353)
Browse files Browse the repository at this point in the history
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
  • Loading branch information
ItalyPaleAle committed Feb 14, 2024
1 parent 5445cea commit 0a002b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .build-tools/cmd/cmd-bundle-component-metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var bundleComponentMetadataCmd = &cobra.Command{
fmt.Fprintln(os.Stderr, "Info: metadata file not found in component "+component)
continue
}
fmt.Fprintln(os.Stderr, "Info: metadata file loaded for component "+component)
bundle.Components = append(bundle.Components, componentMetadata)
}

Expand Down
10 changes: 10 additions & 0 deletions .build-tools/component-folders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ excludeFolders:
- bindings/alicloud
- bindings/aws
- bindings/azure
- bindings/cloudflare
- bindings/gcp
- bindings/http/testdata
- bindings/huawei
- bindings/rethinkdb
- bindings/twilio
- bindings/wasm/testdata
- bindings/zeebe
- configuration/azure
- configuration/redis/internal
- crypto/azure
- crypto/kubernetes
- middleware/http/oauth2clientcredentials/mocks
- middleware/http/wasm/example
- middleware/http/wasm/internal
- pubsub/aws
- pubsub/azure
- pubsub/azure/servicebus
Expand All @@ -34,11 +40,15 @@ excludeFolders:
- secretstores/hashicorp
- secretstores/huaweicloud
- secretstores/local
- secretstores/tencentcloud
- state/alicloud
- state/aws
- state/azure
- state/azure/blobstorage/internal
- state/cloudflare
- state/gcp
- state/hashicorp
- state/oci
- state/postgresql
- state/query
- state/utils

0 comments on commit 0a002b9

Please sign in to comment.