]> git.ipfire.org Git - thirdparty/git.git/commit
ci/lib: remove duplicate trap to end "CI setup" group
authorPatrick Steinhardt <ps@pks.im>
Thu, 12 Dec 2024 06:47:15 +0000 (07:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2024 07:57:21 +0000 (16:57 +0900)
commit33b06fa603958ba936ea7602c9b81d10ffcd08bb
tree143a85f829c07eabcabb44f78af9101b7a69dda8
parente1b52cf71ee740b128c7b08ccd4372dedf7741cc
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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh