From eae94b62b9f173b04a48a479295026526d99fafe Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Mon, 25 Sep 2017 16:40:49 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 174710c..1984443 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ pipeline: image: alpine pull: true commands: - - apk --update add tree + - apk --update add tree git - tree - git config user.name Jonas - git config user.email "info@jonasfranz.de"