Pattern
Exit-Code Driven CI Failures
exit-code-propagation-ci-set-e
A recurring shell/CI motif where commands are executed with set -e or non-zero exit codes propagate, causing misleading “process exited with code 1” while the real cause is conditional checks like grep matches or subprocess errors.