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 +}