fix crowdin build task

lexelby/test-branch
Lex Neva 2018-08-21 20:07:00 -04:00
rodzic 7294240b4d
commit 35e338435e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -156,7 +156,8 @@ script:
git config --global user.email "inkstitch-crowdin@lex.gd" git config --global user.email "inkstitch-crowdin@lex.gd"
git config --global user.name "Ink/Stitch Crowdin integration" git config --global user.name "Ink/Stitch Crowdin integration"
wget https://crowdin.com/downloads/crowdin-cli.jar wget https://downloads.crowdin.com/cli/v2/crowdin-cli.zip
unzip -j crowdin-cli.zip
java -jar crowdin-cli.jar pull -b master java -jar crowdin-cli.jar pull -b master
# Try to only commit if translations changed. Crowdin will update all # Try to only commit if translations changed. Crowdin will update all