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 ..
- cd scripts - cd scripts
- '%PYTHON3% prepare_zipversion.py' - '%PYTHON3% prepare_zipversion.py'
- genpot_interface.bat
- genpot_doc.bat
- cd .. - cd ..
- move src\socializer.zip socializer.zip - move src\socializer.zip socializer.zip
- move scripts\socializer.pot
- src\socializer-documentation.pot
only: only:
- schedules - schedules
artifacts: artifacts:
paths: paths:
- socializer.zip - socializer.zip
- socializer.pot
- socializer-documentation.pot
name: socializer_py3 name: socializer_py3
expire_in: 1 day expire_in: 1 day