diff --git a/.drone.yml b/.drone.yml index 8684f6c..9c94362 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,7 @@ steps: - name: Clear directory image: alpine commands: + - find . -not -path '.' - find . -not -path '.' -delete - name: Checkout Helm Chart