Removing weblate translations from deploy.

This commit is contained in:
Dessalines 2020-09-23 08:56:32 -05:00
parent 5732fde4d9
commit 1dcf14289d

View file

@ -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)