Skip to content

Commit

Permalink
build(python): make NOX_SESSION optional (#905)
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.
  • Loading branch information
busunkim96 authored Jan 19, 2021
1 parent 56ddc68 commit ba960d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synthtool/gcp/templates/python_library/.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

0 comments on commit ba960d7

Please sign in to comment.