Install tree on alpine before running it
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
BBaoVanC 2021-04-18 15:06:10 -05:00
parent 11a680f1a5
commit 65ab049f47
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 0 deletions

View File

@ -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