Articles
DevOps
Shell scripts, CI/CD pipelines and the exit-code traps, pipe gotchas and quiet false positives that live in the plumbing between them.
Everything in DevOps

09/10/2026
Grep Exits Zero When It Finds the Word FAILED
A CI gate piped test output through grep for readability, and a red build passed anyway -- because grep succeeds when it finds a match, even the word FAILED.