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

Commit ef894b9

Browse files
ci: linkage monitor CI job to use build.sh (#158)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1e3ec873-bb46-42c7-9fb0-f5bfc36217bf/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f327d3b
1 parent f04c1ac commit ef894b9

2 files changed

Lines changed: 9 additions & 27 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,10 @@ jobs:
5555
java-version: 8
5656
- run: java -version
5757
- name: Install artifacts to local Maven repository
58-
run: |
59-
source .kokoro/common.sh
60-
retry_with_backoff 3 10 \
61-
mvn install -B -V \
62-
-Dmaven.test.skip -DskipTests=true \
63-
-Dclirr.skip=true \
64-
-Denforcer.skip=true \
65-
-Dmaven.javadoc.skip=true \
66-
-Dgcloud.download.skip=true
58+
run: .kokoro/build.sh
6759
shell: bash
68-
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
60+
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
61+
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
6962
lint:
7063
runs-on: ubuntu-latest
7164
steps:

synth.metadata

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-analytics-admin.git",
7-
"sha": "3d7298c9de83309984447f985cc578c35d594758"
7+
"sha": "f04c1ac78d431b424d7279afae1173ea63708474"
88
}
99
},
1010
{
1111
"git": {
12-
"name": "googleapis",
13-
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "8d8c008e56f1af31d57f75561e0f1848ffb29eeb",
15-
"internalRef": "356341083"
12+
"name": "googleapis-gen",
13+
"remote": "https://github.com/googleapis/googleapis-gen.git",
14+
"sha": "c2f406125475d4df75373708747e1d87ba50f345",
15+
"internalRef": "357773363"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "2414b817065726eae0bc525346c7e874f969369d"
23-
}
24-
}
25-
],
26-
"destinations": [
27-
{
28-
"client": {
29-
"source": "googleapis",
30-
"apiName": "analytics-admin",
31-
"apiVersion": "v1alpha",
32-
"language": "java",
33-
"generator": "bazel"
22+
"sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c"
3423
}
3524
}
3625
],

0 commit comments

Comments
 (0)