diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-05-15 10:24:02 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-05-15 10:25:58 -0700 |
| commit | 4024295568276bffbea6d2c84a9feb1ad1205a41 (patch) | |
| tree | fe848877f143f33b26a8c8114d68210d8b57b25d /ci/git-problem-matcher.json | |
| parent | 3d7b2b41964dbe41c3721415b395e07518f7e06d (diff) | |
| download | git-4024295568276bffbea6d2c84a9feb1ad1205a41.tar.xz | |
Revert "ci: add a problem matcher for GitHub Actions"
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 <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/git-problem-matcher.json')
| -rw-r--r-- | ci/git-problem-matcher.json | 16 |
1 files changed, 0 insertions, 16 deletions
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 - } - ] - } - ] -} |
