diff options
author | Jonas Franz <info@jonasfranz.software> | 2017-09-23 18:08:42 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-09-23 19:08:42 +0300 |
commit | fa6d7c7b994ce7fb3643f2df73a6900094d3439d (patch) | |
tree | 3c97022e20ee482aa856fa8078406c2b8d5cad65 /.drone.yml | |
parent | 2ef8b8bcbeeb7efabb6cfd247ad6227b0e2e21cd (diff) | |
download | gitea-fa6d7c7b994ce7fb3643f2df73a6900094d3439d.tar.gz gitea-fa6d7c7b994ce7fb3643f2df73a6900094d3439d.zip |
Automatic update of translations (#2585)
* Adding build step for uploading translations
* Fixing crowdin project name
* Using crowdin plugin
* Changing secret name
* Adding pull: true
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 14ab25c55f..b42f067329 100644 --- a/.drone.yml +++ b/.drone.yml @@ -207,6 +207,17 @@ pipeline: event: [ push ] branch: [ master ] + translations: + image: jonasfranz/crowdin + pull: true + secrets: [ crowdin_key ] + project_identifier: gitea + files: + locale_en-US.ini: options/locale/locale_en-US.ini + when: + event: [ push ] + branch: [ master ] + github: image: plugins/github-release:1 pull: true |