From 4bdb42878c74f04cf12fe430aa889e0065c1c7de Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:20:34 -0400 Subject: [PATCH] chore: update staging bucket to dev (#2026) * chore: update staging bucket to dev * Update common.cfg --- .../gcp/templates/python_library/.kokoro/docs/common.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 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..2b6fbf5b3 100644 --- a/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg +++ b/synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg @@ -34,9 +34,9 @@ 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-staging" + value: "docs-staging-v2-dev" {% endif -%} } @@ -69,4 +69,4 @@ before_action { keyname: "docuploader_service_account" } } -} \ No newline at end of file +}