mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Fix weblate deploy.
This commit is contained in:
parent
0a09d07231
commit
594ce2888f
1 changed files with 2 additions and 4 deletions
6
docker/dev/deploy.sh
vendored
6
docker/dev/deploy.sh
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue