Removing weblate translations from deploy.

pull/1150/head
Dessalines 4 years ago
parent 5732fde4d9
commit 1dcf14289d

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

Loading…
Cancel
Save