Skip to content

Commit

Permalink
chore: update staging bucket to dev (#13195)
Browse files Browse the repository at this point in the history
The staging bucket is no longer used (b/374954111). Changing to dev
instead.

Towards b/374991608 🦕
  • Loading branch information
dandhlee authored Oct 23, 2024
1 parent a8c559d commit f416726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/publish-docs-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ if [[ -d "google/cloud" ]]; then
# Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
staging_v2_bucket="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`
staging_v2_bucket="docs-staging-v2-staging"
staging_v2_bucket="docs-staging-v2-dev"
fi

# upload docs
Expand Down

0 comments on commit f416726

Please sign in to comment.