File tree Expand file tree Collapse file tree 3 files changed +13
-49
lines changed Expand file tree Collapse file tree 3 files changed +13
-49
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
java-version : 8
56
56
- run : java -version
57
- - run : .kokoro/linkage-monitor.sh
57
+ - 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
67
+ shell : bash
68
+ - uses : GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
58
69
lint :
59
70
runs-on : ubuntu-latest
60
71
steps :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "5de29e9434b63ea6d7e46dc348521c62969af1a1 "
14
+ "sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625 "
15
15
}
16
16
}
17
17
],
40
40
".kokoro/continuous/java8.cfg",
41
41
".kokoro/continuous/readme.cfg",
42
42
".kokoro/dependencies.sh",
43
- ".kokoro/linkage-monitor.sh",
44
43
".kokoro/nightly/common.cfg",
45
44
".kokoro/nightly/integration.cfg",
46
45
".kokoro/nightly/java11.cfg",
You can’t perform that action at this time.
0 commit comments