Skip to content

Commit

Permalink
fix?: commonly ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 17, 2024
1 parent 91c4a3e commit 59d52cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
IGNORED_FILES_UNPROCESSED=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
echo "IGNORED_FILES before grep: $IGNORED_FILES_UNPROCESSED"
echo "$IGNORED_FILES_UNPROCESSED" | grep -v 'patches/@codspeed+core+3.1.0.patch'
IGNORED_FILES=$(grep -vF 'patches/@codspeed+core+3.1.0.patch' <<< "$IGNORED_FILES_UNPROCESSED")
echo "IGNORED_FILES after grep: $IGNORED_FILES"
Expand Down

0 comments on commit 59d52cc

Please sign in to comment.