This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Expand file tree Collapse file tree 3 files changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ env_vars: {
77 value: " docs-staging"
88}
99
10- # cloud-rad staging
11- env_vars: {
12- key: " STAGING_BUCKET_V2"
13- value: " docs-staging-v2-staging"
14- }
15-
1610env_vars: {
1711 key: " TRAMPOLINE_BUILD_FILE"
1812 value: " github/java-speech/.kokoro/release/publish_javadoc.sh"
@@ -26,4 +20,4 @@ before_action {
2620 keyname: " docuploader_service_account"
2721 }
2822 }
29- }
23+ }
Original file line number Diff line number Diff line change @@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \
5656python3 -m docuploader upload . \
5757 --credentials ${CREDENTIALS} \
5858 --staging-bucket ${STAGING_BUCKET}
59-
60- popd
61-
62- # V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
63-
64- mvn clean site -B -q -Ddevsite.template=" ${KOKORO_GFILE_DIR} /java/"
65-
66- pushd target/devsite/reference
67-
68- # create metadata
69- python3 -m docuploader create-metadata \
70- --name ${NAME} \
71- --version ${VERSION} \
72- --language java
73-
74- # upload docs to staging bucket
75- python3 -m docuploader upload . \
76- --credentials ${CREDENTIALS} \
77- --staging-bucket ${STAGING_BUCKET_V2}
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-speech.git",
7- "sha": "546daab4cd03aec0df2cd971b8a9b24e22f49cb7 "
7+ "sha": "e624289f70c30a3f1a8e3e921dcc7d0a51ca83c6 "
88 }
99 },
1010 {
2727 "git": {
2828 "name": "synthtool",
2929 "remote": "https://github.com/googleapis/synthtool.git",
30- "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2 "
30+ "sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5 "
3131 }
3232 }
3333 ],
You can’t perform that action at this time.
0 commit comments