Skip to content

Commit 9f0ac47

Browse files
build(python): make NOX_SESSION optional (#4)
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 <[email protected]> Source-Date: Tue Jan 19 09:38:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba960d730416fe05c50547e975ce79fcee52c671 Source-Link: googleapis/synthtool@ba960d7
1 parent cf863a6 commit 9f0ac47

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/google-cloud-channel/.trampolinerc

Lines changed: 0 additions & 1 deletion
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.

packages/google-cloud-channel/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-channel.git",
7-
"sha": "7b43e88d7d0997b68bb39d35a234876acc72d364"
7+
"sha": "fae81e441e9a31e505e94a640f6aee9dbe42ea81"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
22+
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
29+
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)