From d428cc1116fd5cec4b397bfaca87e59570f178da Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 8 May 2024 22:16:47 +0200 Subject: [PATCH] ci/debian-build-testing: drop extra nesting section `.gitlab-ci/meson/build.sh` already prints sections, having an extra one here just means that nothing is visible by default. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index e1a8fc83292..fedd2713829 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -190,7 +190,7 @@ debian-build-testing: .gitlab-ci/run-shellcheck.sh section_switch yamllint "yamllint" .gitlab-ci/run-yamllint.sh - section_switch meson "meson" + section_end .gitlab-ci/meson/build.sh .gitlab-ci/prepare-artifacts.sh timeout: 15m