Skip to content

Commit 692715c

Browse files
authored
fix: update repo name (#940)
java-memcache set for all accidentally
1 parent 27b2d4f commit 692715c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc11.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env_vars: {
1414

1515
env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
17-
value: "github/java-memcache/.kokoro/release/publish_javadoc11.sh"
17+
value: "github/{{ metadata['repo']['repo_short'] }}/.kokoro/release/publish_javadoc11.sh"
1818
}
1919

2020
before_action {
@@ -27,4 +27,4 @@ before_action {
2727
}
2828

2929
# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
30-
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
30+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"

0 commit comments

Comments
 (0)