Log out what is deleted

This commit is contained in:
Jack Jackson 2024-07-08 23:05:15 -07:00
parent 5b29af13d0
commit 4b05b76070

View File

@ -47,6 +47,7 @@ steps:
- name: Clear directory
image: alpine
commands:
- find . -not -path '.'
- find . -not -path '.' -delete
- name: Checkout Helm Chart