Skip to content

Commit 4024295

Browse files
committed
Revert "ci: add a problem matcher for GitHub Actions"
This reverts commit 676eb0c; 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d7b2b4 commit 4024295

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

ci/git-problem-matcher.json

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

ci/lib.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ then
157157
MAKEFLAGS="$MAKEFLAGS --jobs=10"
158158
test windows != "$CI_OS_NAME" ||
159159
GIT_TEST_OPTS="--no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS"
160-
161-
# https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers
162-
echo "::add-matcher::ci/git-problem-matcher.json"
163-
test linux-musl = "$jobname" ||
164-
MAKEFLAGS="$MAKEFLAGS TEST_SHELL_PATH=/bin/sh"
165160
else
166161
echo "Could not identify CI type" >&2
167162
env >&2

0 commit comments

Comments
 (0)