Files
orca/scripts
Jon Chery 5af2b1d660
Release / ci (push) Failing after 7m36s
Release / container-orca (push) Has been skipped
Release / container-traefik (push) Has been skipped
fix(P1): fix bash substring in ci-release.sh — dash doesn't support ${var:0:12}
The Gitea Actions runner uses dash as /bin/sh. ${GIT_COMMIT:0:12} is
bash-only substring substitution. dash gives 'Bad substitution' (exit 1).

Fix: use $(echo "$GIT_COMMIT" | cut -c1-12) instead.

The coreci pipeline (build+test) SUCCEEDED in the last run — the only
failure was this shell compatibility issue in the release step.

---ci---
project: orca
phase: 1
milestone: v0.16
status: execute
---/ci---
2026-08-12 22:52:53 +00:00
..