Attempt to upload translation catalogs to CI artifacts

This commit is contained in:
Manuel Cortez 2019-03-06 16:19:22 -06:00
parent 98c5c052de
commit 8e06ffc3b1

View File

@ -68,13 +68,19 @@ alpha_python3:
- cd ..
- cd scripts
- '%PYTHON3% prepare_zipversion.py'
- genpot_interface.bat
- genpot_doc.bat
- cd ..
- move src\socializer.zip socializer.zip
- move scripts\socializer.pot
- src\socializer-documentation.pot
only:
- schedules
artifacts:
paths:
- socializer.zip
- socializer.pot
- socializer-documentation.pot
name: socializer_py3
expire_in: 1 day