fix(ci): Simplify commit message to avoid YAML parsing issues

This commit is contained in:
russell@unturf.com 2026-01-18 14:48:44 -05:00
parent b33b8a89af
commit 6dd7798cbf

View file

@ -289,13 +289,7 @@ perf-report:
git pull origin main --rebase
git add reports/
git diff --cached --quiet || {
git commit -m "$(cat <<EOF
perf: Add performance report for $CI_COMMIT_TAG
Generated automatically by CI after tagged release.
Pipeline: $CI_PIPELINE_URL
EOF
)"
git commit -m "perf: Add performance report for $CI_COMMIT_TAG [ci skip]"
git push origin main && echo "SUCCESS: Report committed to main" || \
echo "WARN: Push failed - add DEPLOY_KEY variable (base64 encoded SSH private key)"
}