From 20b71e18b23039a8d89b5c6027ee7647a516385d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 02:50:48 +0100 Subject: [PATCH] test(docker): seed update fixture control ui asset --- scripts/e2e/update-channel-switch-docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e/update-channel-switch-docker.sh b/scripts/e2e/update-channel-switch-docker.sh index ef18adee0cb..bfcc53734a5 100755 --- a/scripts/e2e/update-channel-switch-docker.sh +++ b/scripts/e2e/update-channel-switch-docker.sh @@ -55,6 +55,8 @@ packageJson.scripts = { "ui:build": "node -e \"console.log(\\\"fixture ui build skipped\\\")\"", }; fs.writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`); +fs.mkdirSync("/tmp/openclaw-git/dist/control-ui", { recursive: true }); +fs.writeFileSync("/tmp/openclaw-git/dist/control-ui/index.html", "fixture\n"); NODE ( cd "$git_root"