'.drone.yml' ändern

master
Jonas Franz 7 years ago
parent edb83b7b09
commit 26a926c062
  1. 16
      .drone.yml

@ -12,6 +12,14 @@ pipeline:
export_dir: lang/
files:
locale_en-US.ini: locale_en-US.ini
listfiles:
image: alpine
pull: true
commands:
- apk --update add tree
- tree
- git config user.name Jonas
- git config user.email "info@jonasfranz.de"
git_push:
image: appleboy/drone-git-push
pull: true
@ -19,10 +27,4 @@ pipeline:
branch: master
force: false
commit: true
commit_message: "[skip ci] Updated translations via Crowdin"
listfiles:
image: alpine
pull: true
commands:
- apk --update add tree
- tree
commit_message: "[skip ci] Updated translations via Crowdin"
Loading…
Cancel
Save