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

Commit

Permalink
ci: removing linkage-monitor from the required checks (#577)
Browse files Browse the repository at this point in the history
Source-Author: Tomo Suzuki <suztomo@google.com>
Source-Date: Wed Aug 25 13:18:10 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22
Source-Link: googleapis/synthtool@e2aa5bc
  • Loading branch information
yoshi-automation committed Aug 26, 2021
1 parent f47eb51 commit d5381c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Expand Up @@ -42,19 +42,6 @@ jobs:
java-version: ${{matrix.java}}
- run: java -version
- run: .kokoro/dependencies.sh
linkage-monitor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
- name: Install artifacts to local Maven repository
run: .kokoro/build.sh
shell: bash
- name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
lint:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-secretmanager.git",
"sha": "885649a68b2bd5e955651ef19504a6f2b3e153cc"
"sha": "32c9f4b209692affeb1863593535dcee06a69bd9"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "63cff634aabb85854caa511c5837ea6b45f42b4b"
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
}
}
],
Expand Down

0 comments on commit d5381c6

Please sign in to comment.