diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 678b73d235316f321e899d9f4d69fcbcb75fb21c..b06e87d3e2d509e8169d61b29553c72f6da6cee3 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)