Skip to content

Commit df5fed9

Browse files
dschogitster
authored andcommitted
ci(github): use grouping also in the win-build job
We already do the same when building Git in all the other jobs. This will allow us to piggy-back on top of grouping to mark up compiler errors in the next commit. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5aeb145 commit df5fed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/make-test-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ mkdir -p "$1" # in case ci/lib.sh decides to quit early
77

88
. ${0%/*}/lib.sh
99

10-
make artifacts-tar ARTIFACTS_DIRECTORY="$1"
10+
group Build make artifacts-tar ARTIFACTS_DIRECTORY="$1"
1111

1212
check_unignored_build_artifacts

0 commit comments

Comments
 (0)