chore: stop tracking generated runtime artifacts
Memind CI / Test, build, and release guards (push) Failing after 9m20s

This commit is contained in:
john
2026-07-27 08:49:41 +08:00
parent 56ff170a60
commit 291178d2c3
193 changed files with 12 additions and 59168 deletions
+1 -5
View File
@@ -53,12 +53,8 @@ case "${branch}" in
;;
esac
# The runtime builder intentionally strips this legacy tracked content from the
# source-free artifact. The complete Gate applies the same narrow exception.
relevant_status="$(
git -C "${ROOT}" status --porcelain=v1 --untracked-files=all -- \
. \
':(exclude).runtime/portal/public/plaza-covers/**'
git -C "${ROOT}" status --porcelain=v1 --untracked-files=all
)"
if [[ -n "${relevant_status}" ]]; then
echo "Release check failed: worktree has uncommitted or untracked changes." >&2