diff --git a/.drone.yml b/.drone.yml index f8dc0c9d2..5151c2a33 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