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

This commit is contained in:
BBaoVanC 2021-04-24 23:03:37 -05:00
parent decd2209f7
commit 9cb27e684d
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 version
- hugo --minify - hugo --minify
- name: tree - name: list files
image: alpine:latest image: alpine:latest
commands: commands:
- apk add tree - find public/
- tree -a public/
- name: upload - name: upload
image: appleboy/drone-scp image: appleboy/drone-scp