Skip to content

Commit

Permalink
built: add custom env vars (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Nov 16, 2020
1 parent f07963e commit e705a85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/google-cloud-aiplatform/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(
source_location='build/src', versions=versions)
s.copy(templates, excludes=[])
# We override the default sample configuration with a custom
# environment file:
s.copy(templates, excludes=[
".kokoro/continuous/node12/samples-test.cfg",
".kokoro/presubmit/node12/samples-test.cfg"
])

node.postprocess_gapic_library()

0 comments on commit e705a85

Please sign in to comment.