mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 00:14:03 +00:00
Removing weblate translations from deploy.
This commit is contained in:
parent
5732fde4d9
commit
1dcf14289d
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
set -e
|
set -e
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
||||||
# Import translations
|
|
||||||
git fetch weblate
|
|
||||||
git merge weblate/main
|
|
||||||
|
|
||||||
# Creating the new tag
|
# Creating the new tag
|
||||||
new_tag="$1"
|
new_tag="$1"
|
||||||
third_semver=$(echo $new_tag | cut -d "." -f 3)
|
third_semver=$(echo $new_tag | cut -d "." -f 3)
|
||||||
|
|
Loading…
Reference in a new issue