Skip to content

Commit 33b06fa

Browse files
pks-tgitster
authored andcommitted
ci/lib: remove duplicate trap to end "CI setup" group
We exlicitly trap on EXIT in order to end the "CI setup" group. This isn't necessary though given that `begin_group ()` already sets up the trap for us. Remove the duplicate trap. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1b52cf commit 33b06fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ group () {
5656
}
5757

5858
begin_group "CI setup"
59-
trap "end_group 'CI setup'" EXIT
6059

6160
# Set 'exit on error' for all CI scripts to let the caller know that
6261
# something went wrong.

0 commit comments

Comments
 (0)