ci: Fix location of conditional build tags

This allows the components to be found again after the move in
d5c63dd292 ("ci: split long containers build yaml").

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35851>
This commit is contained in:
Valentine Burley
2025-07-01 09:11:58 +02:00
committed by Marge Bot
parent 0f8c681c5c
commit 54c967cb76
+1 -1
View File
@@ -44,7 +44,7 @@ class ProjectPaths:
self.setup_test_env = self.root / ".gitlab-ci" / "setup-test-env.sh"
self.conditional_tags = self.root / ".gitlab-ci" / "conditional-build-image-tags.yml"
self.container_dir = self.root / ".gitlab-ci" / "container"
self.container_ci = self.container_dir / "gitlab-ci.yml"
self.container_ci = self.container_dir / "gitlab-ci-inc.yml"
def find_root(self) -> Path:
"""Find git repository root or fallback to other methods"""