1 Commits

Author SHA1 Message Date
e941d742cd fix git grep
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / grep (push) Failing after 3s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / fuzz (push) Failing after 43s
2025-12-14 20:42:41 -06:00

View File

@@ -195,8 +195,10 @@ jobs:
run: |
echo "if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'..."
if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'; then
echo "EXIT 0 WE GOT HERE PIPELINE"
exit 0
else
echo "EXIT 1 WE GOT HERE PIPELINE"
exit 1
fi