fix: keep Slack Mantis output repo-relative · openclaw/openclaw@6410743
steipete
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -209,7 +209,8 @@ jobs:
|
209 | 209 | require_var CRABBOX_COORDINATOR_TOKEN |
210 | 210 | |
211 | 211 | candidate_repo="$(pwd)/.artifacts/qa-e2e/mantis/slack-desktop-smoke-worktrees/candidate" |
212 | | - root="$candidate_repo/.artifacts/qa-e2e/mantis/slack-desktop-smoke" |
| 212 | + output_rel=".artifacts/qa-e2e/mantis/slack-desktop-smoke" |
| 213 | + root="$candidate_repo/$output_rel" |
213 | 214 | echo "output_dir=${root}" >> "$GITHUB_OUTPUT" |
214 | 215 | keep_args=() |
215 | 216 | if [[ "$KEEP_VM" == "true" ]]; then |
@@ -218,7 +219,7 @@ jobs:
|
218 | 219 | |
219 | 220 | pnpm openclaw qa mantis slack-desktop-smoke \ |
220 | 221 | --repo-root "$candidate_repo" \ |
221 | | - --output-dir "$root" \ |
| 222 | + --output-dir "$output_rel" \ |
222 | 223 | --provider hetzner \ |
223 | 224 | --class standard \ |
224 | 225 | --idle-timeout 45m \ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。