aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index f8dc0c9d25..5151c2a336 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,6 +21,15 @@ pipeline:
event: [ push ]
branch: [ master ]
+ update-translations:
+ image: alpine:3.6
+ commands:
+ - sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
+ - sed -i -e 's/\\"/"/g' ./options/locale/*.ini
+ when:
+ event: [ push ]
+ branch: [ master ]
+
git_push:
image: appleboy/drone-git-push
pull: true