fix(release): stage codex plugin source for live docker harness · openclaw/openclaw@57e4a12
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -187,8 +187,15 @@ source "$trusted_scripts_dir/lib/live-docker-stage.sh"
|
187 | 187 | openclaw_live_stage_source_tree "$tmp_dir" |
188 | 188 | openclaw_live_stage_node_modules "$tmp_dir" |
189 | 189 | openclaw_live_link_runtime_tree "$tmp_dir" |
190 | | -if [ -d /app/dist/extensions/codex ]; then |
| 190 | +if [ -d /app/dist-runtime/extensions/codex ]; then |
| 191 | + export OPENCLAW_BUNDLED_PLUGINS_DIR=/app/dist-runtime/extensions |
| 192 | +elif [ -d /app/dist/extensions/codex ]; then |
191 | 193 | export OPENCLAW_BUNDLED_PLUGINS_DIR=/app/dist/extensions |
| 194 | +elif [ -f "$tmp_dir/extensions/codex/openclaw.plugin.json" ]; then |
| 195 | + export OPENCLAW_BUNDLED_PLUGINS_DIR="$tmp_dir/extensions" |
| 196 | +else |
| 197 | + echo "ERROR: staged Codex plugin not found for live harness." >&2 |
| 198 | + exit 1 |
192 | 199 | fi |
193 | 200 | openclaw_live_stage_state_dir "$tmp_dir/.openclaw-state" |
194 | 201 | if [ -n "${OPENCLAW_LIVE_CODEX_TRUSTED_HARNESS_DIR:-}" ] && [ -d "$OPENCLAW_LIVE_CODEX_TRUSTED_HARNESS_DIR" ]; then |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。