]> Untitled Git - lemmy.git/commitdiff
Removing weblate translations from deploy.
authorDessalines <tyhou13@gmx.com>
Wed, 23 Sep 2020 13:56:32 +0000 (08:56 -0500)
committerDessalines <tyhou13@gmx.com>
Wed, 23 Sep 2020 13:56:32 +0000 (08:56 -0500)
docker/prod/deploy.sh

index a0a8dd6c77a33cacc48870dd76ec2b88b66384ec..94287126c60b97da34e3a8e8d53e4e5377c511d1 100755 (executable)
@@ -2,10 +2,6 @@
 set -e
 git checkout main
 
-# Import translations
-git fetch weblate
-git merge weblate/main
-
 # Creating the new tag
 new_tag="$1"
 third_semver=$(echo $new_tag | cut -d "." -f 3)