Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: fix javadoc publish location (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 14, 2019
1 parent dd85aab commit 2dd862a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -DskipTests=true

NAME=datacatalog
NAME=google-cloud-datacatalog
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-13T08:44:31.158128Z",
"updateTime": "2019-11-14T08:47:36.494884Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "88bbf96b90089994ed16208a0f38cdd07f743742",
"internalRef": "280134477"
"sha": "bc76ffd87360ce1cd34e3a6eac28afd5e1efda76",
"internalRef": "280356106"
}
},
{
Expand Down

0 comments on commit 2dd862a

Please sign in to comment.