Skip to content

Commit

Permalink
chore: update synth config to latest artman config path (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored and JustinBeckwith committed Nov 19, 2019
1 parent faeb116 commit e277afe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/google-cloud-datacatalog/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
gapic = gcp.GAPICGenerator()
versions = ['v1beta1']
for version in versions:
library = gapic.node_library('datacatalog', version, private=False)
library = gapic.node_library(
'datacatalog',
version,
config_path='v1beta1/artman_datacatalog_v1beta1.yaml',
private=False,
)
s.copy(library, excludes=['README.md', 'package.json'])

# Copy common templates
Expand Down

0 comments on commit e277afe

Please sign in to comment.