ZDDC/.forgejo/workflows
ZDDC 1ddd331f58 fix(ci): notify-chart-dev — drop default pipefail, set -eu after early echos
The Forgejo runner v12.9.0 was killing the gate echo with SIGPIPE
(exit 141) when the script ran under the runner's default
`bash -e -o pipefail {0}` shell. Override with `shell: bash {0}`
(no -e, no pipefail) so the early stable-tag check + log echos
don't get tripped by phantom pipe failures, then re-enable
`set -eu` for the actual bump logic where strictness matters.
2026-05-03 21:48:37 -05:00
..
deploy-release.yml fix(ci): notify-chart workflows push to Forgejo, not GitHub 2026-05-03 19:39:48 -05:00
notify-chart-dev.yml fix(ci): notify-chart-dev — drop default pipefail, set -eu after early echos 2026-05-03 21:48:37 -05:00