Compare commits
1 Commits
e941d742cd
...
d67061705d
| Author | SHA1 | Date | |
|---|---|---|---|
| d67061705d |
@@ -194,7 +194,7 @@ jobs:
|
||||
# negate git grep ret code because 1 means no findings
|
||||
run: |
|
||||
echo "if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'..."
|
||||
if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'; then
|
||||
if ! git --no-pager grep -E 'todo!|dbg!' -- '*.rs'; then
|
||||
echo "EXIT 0 WE GOT HERE PIPELINE"
|
||||
exit 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user