1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Fix exclusion of English search indexes (#24501)

* debug search on stage

* debugging more

* keep more

* try again
This commit is contained in:
Peter Bengtsson
2022-01-21 12:00:30 -05:00
committed by GitHub
parent a0a24b605c
commit bc73bde6e5
2 changed files with 6 additions and 2 deletions

View File

@@ -133,7 +133,11 @@ jobs:
# Delete all the big search indexes that are NOT English (`*-en-*`)
pushd lib/search/indexes
ls | grep -v '\-en\-' | xargs rm
echo "BEFORE...."
ls -l
ls | grep -ve '\-en\b' | xargs rm
echo "AFTER...."
ls -l
popd
# Note! Some day it would be nice to be able to delete