From f2c68b2ea95d0709edc256459118c5a3ff745b43 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 5 May 2025 12:45:16 +0200 Subject: [PATCH] ci/crosvm: Collapse build section Make the container build more readable and easier to follow in CI logs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-crosvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index 6805d6e41a2..ae3ae3011f5 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -7,7 +7,7 @@ set -uex -uncollapsed_section_start crosvm "Building crosvm" +section_start crosvm "Building crosvm" git config --global user.email "mesa@example.com" git config --global user.name "Mesa CI"