From 5b3782a5abd4ec4d129d9d2ec2b5dd223b90016f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 19 Jun 2024 08:05:09 +0200 Subject: [PATCH] llvmpipe/ci: fix indentation of list nested in a dict item Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml index 68ad78748fe..6905684a55b 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml @@ -46,13 +46,13 @@ # FIXME: figure out if this really needs to not be `!reference [.core-rules, rules]` # and if some of the missing items really need to not be there, consider splitting the .core-rules list in two. - changes: &llvmpipe_cl_files - - .gitlab-ci.yml - - .gitlab-ci/**/* - - meson.build - - .gitattributes - - include/**/* - - src/compiler/**/* - - src/util/**/* + - .gitlab-ci.yml + - .gitlab-ci/**/* + - meson.build + - .gitattributes + - include/**/* + - src/compiler/**/* + - src/util/**/* when: on_success - !reference [.gallium-core-rules, rules] - changes: