Move translated files after downloading them
This commit is contained in:
parent
db0e023d35
commit
fb20afae92
9 changed files with 9 additions and 7017 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -577,11 +577,19 @@ steps:
|
|||
CROWDIN_KEY:
|
||||
from_secret: crowdin_key
|
||||
|
||||
- name: move-files
|
||||
pull: always
|
||||
image: bash
|
||||
depends_on:
|
||||
- download
|
||||
commands:
|
||||
- mv src/i18n/lang/*/*.json src/i18n/lang
|
||||
|
||||
- name: push
|
||||
pull: always
|
||||
image: appleboy/drone-git-push
|
||||
depends_on:
|
||||
- download
|
||||
- move-files
|
||||
settings:
|
||||
author_email: "frederik@vikunja.io"
|
||||
author_name: Frederick [Bot]
|
||||
|
|
|
|||
Reference in a new issue