From 4ef6625433777f6c3e99ec5c76c18a03aadd0e1b Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:48:13 -0400 Subject: [PATCH 1/2] chore: update staging bucket to dev --- .../gcp/templates/python_library/.kokoro/docs/common.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg index c56387495..8d6c435e9 100644 --- a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg +++ b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg @@ -36,7 +36,7 @@ env_vars: { {% else %} # Push non-cloud library docs to `docs-staging-v2-staging` instead of the # Cloud RAD bucket `docs-staging-v2` - value: "docs-staging-v2-staging" + value: "docs-staging-v2-dev" {% endif -%} } @@ -69,4 +69,4 @@ before_action { keyname: "docuploader_service_account" } } -} \ No newline at end of file +} From 5e775349a5683884734e787ca4bd84f4e308349a Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:50:38 -0400 Subject: [PATCH 2/2] Update common.cfg --- synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg index 8d6c435e9..2b6fbf5b3 100644 --- a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg +++ b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg @@ -34,7 +34,7 @@ env_vars: { # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2" {% else %} - # Push non-cloud library docs to `docs-staging-v2-staging` instead of the + # Push non-cloud library docs to `docs-staging-v2-dev` instead of the # Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2-dev" {% endif -%}