summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2020-01-21 17:26:17 +0100
committerGitHub <noreply@github.com>2020-01-21 17:26:17 +0100
commit99aad09bd041cb3e518f2ade4238beab84243366 (patch)
tree329f61e1dd81cfafb6be9f297ea390a990d12680 /.drone.yml
parent8cb9b2f016f0a5c1aa3e907d4d6640c3c9ba5d57 (diff)
downloadgitea-99aad09bd041cb3e518f2ade4238beab84243366.tar.gz
gitea-99aad09bd041cb3e518f2ade4238beab84243366.zip
Filter locales under 25% (#9893)
* Create update-locales.sh * Update .drone.yml * fix file perms +x
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 422319cfe0..4c0504df77 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -317,10 +317,7 @@ steps:
pull: default
image: alpine:3.11
commands:
- - mv ./options/locale/locale_en-US.ini ./options/
- - "sed -i -e 's/=\"/=/g' -e 's/\"$$//g' ./options/locale/*.ini"
- - "sed -i -e 's/\\\\\\\\\"/\"/g' ./options/locale/*.ini"
- - mv ./options/locale_en-US.ini ./options/locale/
+ - ./scripts/update-locales.sh
- name: push
pull: always