use yaml instead of yml

This commit is contained in:
2026-03-05 15:51:59 +08:00
parent 26fba706f2
commit 2781172724
4 changed files with 5 additions and 5 deletions

View File

@@ -511,7 +511,7 @@ async def create_pipeline(body: PipelineCreateRequest):
),
)
config_file = f"configs/pipelines/{pipeline_id}.yml"
config_file = f"configs/pipelines/{pipeline_id}.yaml"
config_abs_dir = osp.join(_PROJECT_ROOT, "configs", "pipelines")
try:
build_fn(