summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-11-01 23:46:28 +0800
committerGitHub <noreply@github.com>2017-11-01 23:46:28 +0800
commitc7ade55d390c3c5d4ebd8cecb97015ab1f8e6b15 (patch)
tree0fd10deb138a9f3826dd981ea6add435c5a4215e /.drone.yml
parent1ccaddcfbb4c547f456ac9bd6b227ab28ec5522e (diff)
downloadgitea-c7ade55d390c3c5d4ebd8cecb97015ab1f8e6b15.tar.gz
gitea-c7ade55d390c3c5d4ebd8cecb97015ab1f8e6b15.zip
fix update-translations on drone (#2822)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 5151c2a336..ac513ff34b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -24,8 +24,10 @@ pipeline:
update-translations:
image: alpine:3.6
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/
when:
event: [ push ]
branch: [ master ]