Removing weblate translations from deploy.

pull/1150/head
Dessalines 2020-09-23 08:56:32 -05:00
parent 5732fde4d9
commit 1dcf14289d
1 changed files with 0 additions and 4 deletions

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)