Skip to content

Commit

Permalink
build(python): make NOX_SESSION optional (#4)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored Jan 20, 2021
1 parent cf863a6 commit 9f0ac47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-channel/.trampolinerc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
required_envvars+=(
"STAGING_BUCKET"
"V2_STAGING_BUCKET"
"NOX_SESSION"
)

# Add env vars which are passed down into the container here.
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-channel/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-channel.git",
"sha": "7b43e88d7d0997b68bb39d35a234876acc72d364"
"sha": "fae81e441e9a31e505e94a640f6aee9dbe42ea81"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
}
}
],
Expand Down

0 comments on commit 9f0ac47

Please sign in to comment.