Change tree step to list files
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BBaoVanC 2021-04-24 23:02:45 -05:00
parent d67fa65d91
commit 6ce7087aca
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 3 deletions

View File

@ -22,11 +22,10 @@ steps:
- hugo version
- hugo --minify
- name: tree
- name: list files
image: alpine:latest
commands:
- apk add tree
- tree -a public/
- find public/
- name: upload
image: appleboy/drone-scp