1
0

Move translated files after downloading them

This commit is contained in:
kolaente
2021-09-05 13:06:45 +02:00
parent db0e023d35
commit fb20afae92
9 changed files with 9 additions and 7017 deletions

View File

@ -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]