cleaning up left-over debugging in staging deploy action (#24612)

This commit is contained in:
Peter Bengtsson 2022-01-25 10:32:03 -05:00 коммит произвёл GitHub
Родитель b3fee72288
Коммит 6d8c309def
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -46,7 +46,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
with:
ref: ${{ github.event.pull_request.head.sha }}
lfs: 'true'
# To prevent issues with cloning early access content later
persist-credentials: 'false'
@ -133,11 +132,7 @@ jobs:
# Delete all the big search indexes that are NOT English (`*-en-*`)
pushd lib/search/indexes
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