From 4024295568276bffbea6d2c84a9feb1ad1205a41 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 15 May 2020 10:24:02 -0700 Subject: Revert "ci: add a problem matcher for GitHub Actions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 676eb0c1ce0d380478eb16bdc5a3f2a7bc01c1d2; as we will be reverting the change to show these extra output tokens under bash, the pattern would not match anything. Helped-by: Carlo Marcelo Arenas Belón Signed-off-by: Junio C Hamano --- ci/git-problem-matcher.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ci/git-problem-matcher.json (limited to 'ci/git-problem-matcher.json') diff --git a/ci/git-problem-matcher.json b/ci/git-problem-matcher.json deleted file mode 100644 index 506dfbd97f..0000000000 --- a/ci/git-problem-matcher.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "git-test-suite", - "pattern": [ - { - "regexp": "^([^ :]+\\.sh):(\\d+): (error|warning|info):\\s+(.*)$", - "file": 1, - "line": 2, - "severity": 3, - "message": 4 - } - ] - } - ] -} -- cgit v1.3