Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 8652599

Browse files
author
Benjamin E. Coe
authored
build: stop providing hint for default_version (#91)
By omitting default_version, we provide a hint to the generator not to generate src/index.ts
1 parent dd5cdc9 commit 8652599

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

synth.metadata

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,16 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "https://github.com/googleapis/nodejs-ai-platform.git",
7-
"sha": "ccc19537477a57ab36b13072ff6d569eba29d0a7"
6+
"remote": "git@github.com:googleapis/nodejs-ai-platform.git",
7+
"sha": "554be102437a9e0bf10449d4579dbb3f201de00a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
15-
"internalRef": "361273630"
16-
}
17-
},
18-
{
19-
"git": {
20-
"name": "synthtool",
21-
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "57c23fa5705499a4181095ced81f0ee0933b64f6"
14+
"sha": "d652c6370bf66e325da6ac9ad82989fe7ee7bb4b",
15+
"internalRef": "362183999"
2316
}
2417
}
2518
],

synth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
# Copy common templates
5050
common_templates = gcp.CommonTemplates()
5151
templates = common_templates.node_library(
52-
source_location="build/src",
53-
versions=versions,
54-
default_version=default_version,
52+
source_location="build/src"
5553
)
5654
# We override the default sample configuration with a custom
5755
# environment file:

0 commit comments

Comments
 (0)