From 8e06ffc3b1c6c1519481880b41047fc4813e76ac Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 6 Mar 2019 16:19:22 -0600 Subject: [PATCH] Attempt to upload translation catalogs to CI artifacts --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b31901b..4f010ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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