Install tree on alpine before running it
This commit is contained in:
parent
11a680f1a5
commit
65ab049f47
@ -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
|
||||
|
Reference in New Issue
Block a user