Attempt to fix the incorrect CI configuration

This commit is contained in:
Manuel Cortez 2020-11-16 07:51:30 -06:00
parent 78db9ef375
commit ee0af2fd2e

View File

@ -58,7 +58,7 @@ update_translation_templates:
- '&$env:PYTHON3_32 documentation_importer.py'
- cd ..\src
- '&$env:PYTHON3_32 setup.py extract_messages -F babel.cfg --input-dirs . --output-file ..\scripts\socializer.pot'
- '&$env:PYTHON3_32 setup.py update_catalog --no-fuzzy-matching --domain socializer --output-dir locales --input-file socializer.pot'
- '&$env:PYTHON3_32 setup.py update_catalog --no-fuzzy-matching --domain socializer --output-dir locales --input-file ..\scripts\socializer.pot'
- cd ..\doc
- '&$env:PYTHON3_32 translate.py'
- cd ..
@ -70,7 +70,7 @@ update_translation_templates:
- 'git commit -m "Updated locales [skip ci]"'
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
only:
- schedules
- master
alpha32:
<<: *configure_environment