fix(ci): pipefail and rsync issues in release workflows #22

Merged
jmiller merged 1 commits from dev into main 2026-05-21 21:07:42 +00:00
Owner

Fixes #20, Fixes #21. Add || true to find|grep|head pipelines. Replace rsync with cp -a.

Fixes #20, Fixes #21. Add || true to find|grep|head pipelines. Replace rsync with cp -a.
jmiller added 1 commit 2026-05-21 21:06:27 +00:00
- Add || true to all find|grep|head pipelines to prevent grep exit-code 1
  from killing steps under bash -e -o pipefail
- Replace rsync with cp -a in pre-release Build Package step since rsync
  is not always available in runner containers (exit 127)

Fixes #20, Fixes #21

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit a27afb4619 into main 2026-05-21 21:07:42 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#22