summaryrefslogtreecommitdiffstats
path: root/docker/dev
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-01 18:21:52 -0500
committerDessalines <tyhou13@gmx.com>2020-03-01 18:21:52 -0500
commit9c50d5f073661a189fadfa3f09450462f94fe6b6 (patch)
tree11efded72914a56babee3ec07285f119a8d4811a /docker/dev
parent6c6e7aa872da32b21ec5dbc0342ccc51f616d109 (diff)
Fix weblate deploy.
Diffstat (limited to 'docker/dev')
-rwxr-xr-xdocker/dev/deploy.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index 94a2fa91..db2294fa 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -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"