From ee0af2fd2e71dfc272be77cf91db82171e46b0a5 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 16 Nov 2020 07:51:30 -0600 Subject: [PATCH] Attempt to fix the incorrect CI configuration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01ff36b..56a3e2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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