Skip to content

Commit

Permalink
chore(nodejs): use cloud-rad publication process (#1112)
Browse files Browse the repository at this point in the history
VERSION is used in @google-cloud/cloud-rad to publish ref docs for
a particular version. Pass VERSION in via Stubby or Fusion.
  • Loading branch information
fhinkel committed Jun 9, 2021
1 parent 2430f8d commit 740366b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 416 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion synthtool/gcp/templates/node_library/.trampolinerc
Expand Up @@ -20,7 +20,8 @@ required_envvars+=(

# Add env vars which are passed down into the container here.
pass_down_envvars+=(
"AUTORELEASE_PR"
"AUTORELEASE_PR",
"VERSION"
)

# Prevent unintentional override on the default image.
Expand Down

0 comments on commit 740366b

Please sign in to comment.