fix(ci): keep performance artifacts on report publish failure · openclaw/openclaw@0b24ffb
vincentkoc
·
2026-05-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -561,7 +561,14 @@ jobs:
|
561 | 561 | exit 0 |
562 | 562 | fi |
563 | 563 | if [[ "$attempt" == "5" ]]; then |
564 | | - exit 1 |
| 564 | + { |
| 565 | + echo "### Clawgrit report publish skipped" |
| 566 | + echo |
| 567 | + echo "Kova artifacts were uploaded, but publishing the optional clawgrit report failed after ${attempt} attempts." |
| 568 | + echo "Check the \`CLAWGRIT_REPORTS_TOKEN\` secret or the reports repository permissions." |
| 569 | + } >> "$GITHUB_STEP_SUMMARY" |
| 570 | + echo "::warning::Kova artifacts uploaded, but optional clawgrit report publish failed after ${attempt} attempts." |
| 571 | + exit 0 |
565 | 572 | fi |
566 | 573 | sleep $((attempt * 2)) |
567 | 574 | git -C "$reports_root" fetch --depth=1 origin main |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。