Skip to content

Commit 740366b

Browse files
authored
chore(nodejs): use cloud-rad publication process (#1112)
VERSION is used in @google-cloud/cloud-rad to publish ref docs for a particular version. Pass VERSION in via Stubby or Fusion.
1 parent 2430f8d commit 740366b

4 files changed

Lines changed: 6 additions & 416 deletions

File tree

synthtool/gcp/templates/node_library/.kokoro/release/docs-devsite.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/release/docs-devsite.sh

Lines changed: 3 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.trampolinerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ required_envvars+=(
2020

2121
# Add env vars which are passed down into the container here.
2222
pass_down_envvars+=(
23-
"AUTORELEASE_PR"
23+
"AUTORELEASE_PR",
24+
"VERSION"
2425
)
2526

2627
# Prevent unintentional override on the default image.

0 commit comments

Comments
 (0)