Skip to content

Commit eefc969

Browse files
authored
---
yaml --- r: 27253 b: refs/heads/pubsub-ordering-keys c: c95a223 h: refs/heads/master i: 27251: 33d39e3
1 parent c5e8ac8 commit eefc969

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: b727a8ae0d9793b005a7d048a8d49aeb47315019
158+
refs/heads/pubsub-ordering-keys: c95a2235a14bd2e4c91ea2dd27de00953f6efc91
159159
"refs/heads/update_mvn_badge": ae2d773814db0f71197ccf5a8612ee1d8056f8de
160160
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
161161
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032

branches/pubsub-ordering-keys/.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22
env_vars: {
33
key: "STAGING_BUCKET"
4-
value: "docs_staging"
4+
value: "docs-staging"
55
}
66

77
env_vars: {

branches/pubsub-ordering-keys/.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
if [[ -z "${CREDENTIALS}" ]]; then
19-
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713-docuploader_service_account
19+
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713_docuploader_service_account
2020
fi
2121

2222
if [[ -z "${STAGING_BUCKET}" ]]; then

0 commit comments

Comments
 (0)