fix(build-images): marker-only diff must not kill prepare #2068

Merged
pipeline-bot merged 1 commit from fix/marker-files-no-rebuild into trunk 2026-08-18 19:52:55 +00:00
Owner

grep -v exits 1 on filter-everything; pipefail killed prepare silently on the marker-only trunk diff (ship 98t5x). awk-only filter exits 0 and flows into the no-op sentinel.

grep -v exits 1 on filter-everything; pipefail killed prepare silently on the marker-only trunk diff (ship 98t5x). awk-only filter exits 0 and flows into the no-op sentinel.
fix(build-images): a marker-only diff must not kill prepare
All checks were successful
pipeline/ci CI green @ e7bb948914e9
e7bb948914
grep -v exits 1 when it filters every line. Under set -o pipefail that
made a marker-only diff (the sysadmin NO_OFFSITE commit alone on trunk)
kill prepare with no message (ship 98t5x). Fold the marker filter into
the awk stage: awk exits 0 on no-match, so a marker-only diff yields an
empty CHANGED and takes the no-op sentinel path. Repin the
url-credentials allow-list line for the shift.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/pipelines!2068
No description provided.