Skip to content

Commit 21df76d

Browse files
committed
[Build] Remove unusable 'api-problems'-matcher for shared GH workflows
The defined pattern seems not to match and cannot easily be fixed. And because in Jenkins API-problems are displayed more reliably, the entire matcher is just removed.
1 parent 721b43b commit 21df76d

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/matcher/api-tools.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/mavenBuild.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
with:
8585
tycho-version: 4.0.12
8686

87-
- name: Download the API Tools matcher
88-
run: |
89-
mkdir .github/matcher
90-
curl -o .github/matcher/api-tools.json https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/.github/matcher/api-tools.json
91-
echo "::add-matcher::.github/matcher/api-tools.json"
9287
- name: Build with Maven
9388
run: >-
9489
${{ runner.os == 'Linux' && 'xvfb-run' || '' }}

0 commit comments

Comments
 (0)