зеркало из https://github.com/github/docs.git
cleaning up left-over debugging in staging deploy action (#24612)
This commit is contained in:
Родитель
b3fee72288
Коммит
6d8c309def
|
@ -46,7 +46,6 @@ jobs:
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
# To prevent issues with cloning early access content later
|
# To prevent issues with cloning early access content later
|
||||||
persist-credentials: 'false'
|
persist-credentials: 'false'
|
||||||
|
@ -133,11 +132,7 @@ jobs:
|
||||||
|
|
||||||
# Delete all the big search indexes that are NOT English (`*-en-*`)
|
# Delete all the big search indexes that are NOT English (`*-en-*`)
|
||||||
pushd lib/search/indexes
|
pushd lib/search/indexes
|
||||||
echo "BEFORE...."
|
|
||||||
ls -l
|
|
||||||
ls | grep -ve '\-en\b' | xargs rm
|
ls | grep -ve '\-en\b' | xargs rm
|
||||||
echo "AFTER...."
|
|
||||||
ls -l
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Note! Some day it would be nice to be able to delete
|
# Note! Some day it would be nice to be able to delete
|
||||||
|
|
Загрузка…
Ссылка в новой задаче