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

Commit 8faaa3b

Browse files
ci: linkage monitor CI job to use build.sh (#141)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/81e20533-a99a-4385-a4b8-1fa62df8278a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f327d3b
1 parent 0dbe987 commit 8faaa3b

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-functions.git",
7-
"sha": "306fcec2af7e7d0b1f100998c745fd4e3d524452"
7+
"sha": "0dbe9872b0e4f34c5734a1ab646148d771fe6d68"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "2414b817065726eae0bc525346c7e874f969369d"
22+
"sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)