File tree Expand file tree Collapse file tree 3 files changed +4
-29
lines changed Expand file tree Collapse file tree 3 files changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ env_vars: {
7
7
value: " docs-staging"
8
8
}
9
9
10
- # cloud-rad staging
11
- env_vars: {
12
- key: " STAGING_BUCKET_V2"
13
- value: " docs-staging-v2-staging"
14
- }
15
-
16
10
env_vars: {
17
11
key: " TRAMPOLINE_BUILD_FILE"
18
12
value: " github/google-http-java-client/.kokoro/release/publish_javadoc.sh"
@@ -26,4 +20,4 @@ before_action {
26
20
keyname: " docuploader_service_account"
27
21
}
28
22
}
29
- }
23
+ }
Original file line number Diff line number Diff line change @@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \
56
56
python3 -m docuploader upload . \
57
57
--credentials ${CREDENTIALS} \
58
58
--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 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/google-http-java-client.git",
7
- "sha": "213726a0b65f35fdc65713027833d22b553bbc20 "
7
+ "sha": "f4d07f43903aad681e790d9c335b56d514e2f898 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2 "
14
+ "sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5 "
15
15
}
16
16
}
17
17
],
30
30
".github/workflows/approve-readme.yaml",
31
31
".github/workflows/auto-release.yaml",
32
32
".github/workflows/ci.yaml",
33
- ".github/workflows/samples.yaml",
34
33
".kokoro/build.bat",
35
34
".kokoro/build.sh",
36
35
".kokoro/coerce_logs.sh",
82
81
"CONTRIBUTING.md",
83
82
"LICENSE",
84
83
"codecov.yaml",
84
+ "renovate.json",
85
85
"samples/install-without-bom/pom.xml",
86
86
"samples/pom.xml",
87
87
"samples/snapshot/pom.xml",
You can’t perform that action at this time.
0 commit comments