mirror of https://github.com/LemmyNet/lemmy.git
Removing weblate translations from deploy.
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…
Reference in New Issue