Remove FAKE mode, use /usr/bin/echo for tests

This commit is contained in:
2026-07-20 21:51:39 +03:00
parent 99e9f880ee
commit 41accd5290
5 changed files with 13 additions and 224 deletions
+1
View File
@@ -37,6 +37,7 @@ class PipelineServer:
"port": port,
"pipelines_dir": os.path.join(work_dir, "pipelines") + "/",
"logs_dir": os.path.join(work_dir, "logs") + "/",
"opencode_path": "/usr/bin/echo",
}
if web_root:
config["web_root"] = web_root