fix: stabilize docker live tests

This commit is contained in:
Peter Steinberger
2026-04-06 19:18:16 +01:00
parent a040de33f1
commit 06d57e5107
13 changed files with 354 additions and 66 deletions

View File

@@ -111,9 +111,11 @@ cleanup() {
rm -rf "$tmp_dir"
}
trap cleanup EXIT
source /app/scripts/lib/live-docker-stage.sh
source /src/scripts/lib/live-docker-stage.sh
openclaw_live_stage_source_tree "$tmp_dir"
openclaw_live_link_runtime_tree "$tmp_dir"
openclaw_live_stage_state_dir "$tmp_dir/.openclaw-state"
openclaw_live_prepare_staged_config
cd "$tmp_dir"
pnpm test:live:models-profiles
EOF