Skip to content

Commit

Permalink
also ignore vendor/faiss
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 5, 2023
1 parent a16a2e7 commit baca6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail xtrace

if [[ -n $(git status --porcelain | grep -v VERSION) ]]; then
if [[ -n $(git status --porcelain | grep -v VERSION | grep -v vendor/faiss) ]]; then
echo "❌ There are other un-staged changes to the repository besides VERSION"
exit 1
fi
Expand Down

0 comments on commit baca6e9

Please sign in to comment.