更新: 421 个文件 - 2026-03-17 18:30:02
这个提交包含在:
@@ -34,6 +34,9 @@ def validate_assets() -> List[str]:
|
||||
]:
|
||||
if field not in content:
|
||||
errors.append(f"repro profile missing {field}: {path}")
|
||||
fixture_path = content.get("fixture_path")
|
||||
if fixture_path and not Path(fixture_path).exists():
|
||||
errors.append(f"fixture path missing for {path}: {fixture_path}")
|
||||
docker_available = command_available("docker")
|
||||
profile_roots = sorted((ENV_CATALOG_DIR.parent.parent / "profiles").rglob("*.yaml"))
|
||||
for path in profile_roots:
|
||||
|
||||
在新工单中引用
屏蔽一个用户