yml to yaml

This commit is contained in:
2026-03-05 17:15:20 +08:00
parent 2781172724
commit 3b730798f8

View File

@@ -20,7 +20,7 @@ def _fake_build_fn(
):
out_dir = Path(pipeline_config_dir)
out_dir.mkdir(parents=True, exist_ok=True)
out_file = out_dir / f"{pipeline_id}.yml"
out_file = out_dir / f"{pipeline_id}.yaml"
out_file.write_text(
json.dumps(
{