Skip to content

Commit

Permalink
chore: update staging bucket to dev
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 7e2677b commit 85d4105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kokoro/docs/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ env_vars: {

env_vars: {
key: "V2_STAGING_BUCKET"
# 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"
}

# It will upload the docker image after successful builds.
Expand Down Expand Up @@ -64,4 +64,4 @@ before_action {
keyname: "docuploader_service_account"
}
}
}
}

0 comments on commit 85d4105

Please sign in to comment.