This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
build(java): run linkage monitor as action
Source-Author: Tomo Suzuki <[email protected]>
Source-Date: Tue Feb 2 16:20:26 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: e935c9ecb47da0f2e054f5f1845f7cf7c95fa625
Source-Link: googleapis/synthtool@e935c9e
  • Loading branch information
@yoshi-automation
yoshi-automation committedFeb 8, 2021
commit b2a58f3dc3fe75d4d49e3e7c0994f7c8f4daace5
Original file line numberDiff line numberDiff line change
Expand Up@@ -54,7 +54,18 @@ jobs:
with:
java-version: 8
- run: java -version
- run: .kokoro/linkage-monitor.sh
- name: Install artifacts to local Maven repository
run: |
source .kokoro/common.sh
retry_with_backoff 3 10 \
mvn install -B -V \
-Dmaven.test.skip -DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true
shell: bash
- uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
lint:
runs-on: ubuntu-latest
steps:
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://.com/googleapis/synthtool.git",
"sha": "5de29e9434b63ea6d7e46dc348521c62969af1a1"
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
}
}
],
Expand DownExpand Up@@ -76,7 +76,6 @@
".kokoro/continuous/java8.cfg",
".kokoro/continuous/readme.cfg",
".kokoro/dependencies.sh",
".kokoro/linkage-monitor.sh",
".kokoro/nightly/common.cfg",
".kokoro/nightly/integration.cfg",
".kokoro/nightly/java11.cfg",
Expand Down