]> Untitled Git - lemmy.git/commitdiff
Fix weblate deploy.
authorDessalines <tyhou13@gmx.com>
Sun, 1 Mar 2020 23:21:52 +0000 (18:21 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 1 Mar 2020 23:21:52 +0000 (18:21 -0500)
docker/dev/deploy.sh

index 94a2fa91e74618af04dd0d570df591cd4f083c9e..db2294fab509e4e5226105bedc29fb0b518b66ce 100755 (executable)
@@ -2,10 +2,8 @@
 git checkout master
 
 # Import translations
-wget "https://weblate.yerbamate.dev/download/lemmy/lemmy/?format=zip" -O /tmp/lemmy_l10n.zip
-unzip -j -o /tmp/lemmy_l10n.zip -d ../../ui/translations/
-git add ../../ui/translations
-rm /tmp/lemmy_l10n.zip
+git fetch weblate
+git merge weblate/master
 
 # Creating the new tag
 new_tag="$1"