mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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:
parent
0f8c681c5c
commit
54c967cb76
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class ProjectPaths:
|
||||||
self.setup_test_env = self.root / ".gitlab-ci" / "setup-test-env.sh"
|
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.conditional_tags = self.root / ".gitlab-ci" / "conditional-build-image-tags.yml"
|
||||||
self.container_dir = self.root / ".gitlab-ci" / "container"
|
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:
|
def find_root(self) -> Path:
|
||||||
"""Find git repository root or fallback to other methods"""
|
"""Find git repository root or fallback to other methods"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue