Skip to content

Commit a47dfba

Browse files
build(python): make NOX_SESSION optional (googleapis#135)
I added this accidentally in #889. `NOX_SESSION` should be passed down if it is set but not marked required. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Tue Jan 19 09:38:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba960d730416fe05c50547e975ce79fcee52c671 Source-Link: googleapis/synthtool@ba960d7
1 parent 232dab0 commit a47dfba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.trampolinerc

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
required_envvars+=(
1919
"STAGING_BUCKET"
2020
"V2_STAGING_BUCKET"
21-
"NOX_SESSION"
2221
)
2322

2423
# Add env vars which are passed down into the container here.

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-api-core.git",
7-
"sha": "abc3d88466a1e55cf459e6c78a6fb7343a29df6f"
7+
"sha": "232dab0ad3ef2cca0edfe707d8f90ca0ea200ba2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
14+
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)