test(docker): recreate update fixture ui asset after install · openclaw/openclaw@f4cf7e3
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -62,6 +62,11 @@ NODE
|
62 | 62 | cd "$git_root" |
63 | 63 | npm install --omit=optional --no-fund --no-audit >/tmp/openclaw-git-install.log 2>&1 |
64 | 64 | ) |
| 65 | +node - <<'"'"'NODE'"'"' |
| 66 | +const fs = require("node:fs"); |
| 67 | +fs.mkdirSync("/tmp/openclaw-git/dist/control-ui", { recursive: true }); |
| 68 | +fs.writeFileSync("/tmp/openclaw-git/dist/control-ui/index.html", "<!doctype html><title>fixture</title>\n"); |
| 69 | +NODE |
65 | 70 | |
66 | 71 | git config --global user.email "docker-e2e@openclaw.local" |
67 | 72 | git config --global user.name "OpenClaw Docker E2E" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。