From 07a45e96d00bf5bddeba70d293228dfc113d870a Mon Sep 17 00:00:00 2001 From: echel0n Date: Tue, 12 Nov 2019 07:02:55 -0800 Subject: [PATCH] Disabled crowdin translations --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 678b73d23..b06e87d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,10 +111,10 @@ build:master: - pip install bumpversion - pip install -r requirements-dev.txt - npm run build - - python setup.py extract_messages - - crowdin-cli-py upload sources - - crowdin-cli-py download - - python setup.py compile_catalog +# - python setup.py extract_messages +# - crowdin-cli-py upload sources +# - crowdin-cli-py download +# - python setup.py compile_catalog - bumpversion --allow-dirty patch sickrage/version.txt - git config --global user.email $(git --no-pager show -s --format='%ae' HEAD) - git config --global user.name $(git --no-pager show -s --format='%an' HEAD) -- GitLab