aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 74b430be23..de3a95cea1 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -56,7 +56,6 @@ group () {
}
begin_group "CI setup"
-trap "end_group 'CI setup'" EXIT
# Set 'exit on error' for all CI scripts to let the caller know that
# something went wrong.