From 26a926c0621f71b4e3b2d9b258d6814aedc87aff Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Mon, 25 Sep 2017 16:40:02 +0000 Subject: [PATCH] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index e231d31..174710c 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file + commit_message: "[skip ci] Updated translations via Crowdin" \ No newline at end of file