Merge pull request 'fix: line 202: git apply failure path (after --check passes) still uses bare continue, bypassing STOP_REQUESTED (#979)' (#1095) from fix/issue-979 into master
This commit is contained in:
commit
5f01d55cc7
1 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ while true; do
|
||||||
else
|
else
|
||||||
log " ERROR: patch failed to apply — skipping run (evaluation semantics would differ from intended)"
|
log " ERROR: patch failed to apply — skipping run (evaluation semantics would differ from intended)"
|
||||||
log " Hint: evolution.patch may need regeneration if onchain/ files changed upstream."
|
log " Hint: evolution.patch may need regeneration if onchain/ files changed upstream."
|
||||||
|
if [ "$STOP_REQUESTED" = "true" ]; then
|
||||||
|
log "Stop requested — daemon exiting after failed patch apply."
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue