From 96636228109e9519e951220478a1cdb4884eaedb Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 23 Sep 2017 20:50:34 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 00a79eb..65d9565 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,10 @@ pipeline: secrets: [ PLUGIN_PROJECT_KEY ] download: true files: - locale_en-US.ini: locale_en-US.ini \ No newline at end of file + locale_en-US.ini: locale_en-US.ini + listfiles: + image: alpine + pull: true + commands: + - apk add -u tree + - tree \ No newline at end of file