Install tree on alpine before running it
This commit is contained in:
parent
11a680f1a5
commit
65ab049f47
@ -23,6 +23,7 @@ steps:
|
|||||||
- name: tree
|
- name: tree
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apk add tree
|
||||||
- tree -a public/
|
- tree -a public/
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -51,6 +52,7 @@ steps:
|
|||||||
- name: tree
|
- name: tree
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apk add tree
|
||||||
- tree -a public/
|
- tree -a public/
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
Reference in New Issue
Block a user