Skip to content

Commit ae5ac11

Browse files
authored
chore: remove linkage monitor ci step (#1368)
This only works with the latest version of the dependencies, so it won't work with the LTS versions.
1 parent 830277c commit ae5ac11

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,6 @@ jobs:
4646
java-version: ${{matrix.java}}
4747
- run: java -version
4848
- run: .kokoro/dependencies.sh
49-
linkage-monitor:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v2
53-
- uses: actions/setup-java@v1
54-
with:
55-
java-version: 8
56-
- run: java -version
57-
- name: Install artifacts to local Maven repository
58-
run: .kokoro/build.sh
59-
shell: bash
60-
- name: >-
61-
Validate any conflicts with regard to com.google.cloud:libraries-bom
62-
(latest release)
63-
uses: >-
64-
GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
6549
lint:
6650
runs-on: ubuntu-latest
6751
steps:

0 commit comments

Comments
 (0)