diff --git a/.drone.yml b/.drone.yml index 9c94362..ed3cd18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,9 @@ steps: image: alpine commands: - find . -not -path '.' - - find . -not -path '.' -delete + - find . -not -path '.' -exec rm -r '{}' \; + # Log out to check + - find . -not -path '.' - name: Checkout Helm Chart image: drone/git