From 65ab049f475492cf6408b1fa0c2022ac6312cfd8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 18 Apr 2021 15:06:10 -0500 Subject: [PATCH] Install tree on alpine before running it --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0e09e58..e32bcd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - name: tree image: alpine:latest commands: + - apk add tree - tree -a public/ --- @@ -51,6 +52,7 @@ steps: - name: tree image: alpine:latest commands: + - apk add tree - tree -a public/ - name: deploy