зеркало из https://github.com/mozilla/fxa.git
Merge pull request #15532 from mozilla/FXA-7862
fix(ci): Add -rf to dir removal to fix string extraction test
This commit is contained in:
Коммит
ce65932572
|
@ -22,12 +22,12 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: mozilla/fxa-content-server-l10n
|
||||
path: "fxa-l10n"
|
||||
path: 'fxa-l10n'
|
||||
- name: Clone FxA code repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
path: "fxa-code"
|
||||
path: 'fxa-code'
|
||||
- name: Install npm packages
|
||||
run: |
|
||||
cd fxa-l10n
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
# Extract gettext
|
||||
cd ./packages/fxa-content-server
|
||||
rm ./locale/templates/LC_MESSAGES/*
|
||||
rm -rf ./locale/templates/LC_MESSAGES/*
|
||||
npx grunt l10n-extract
|
||||
cd ../..
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче