diff --git a/.drone.yml b/.drone.yml index ed3cd18..e238cf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: image: alpine commands: - find . -not -path '.' - - find . -not -path '.' -exec rm -r '{}' \; + - find . -not -path '.' | xargs rm -r # Log out to check - find . -not -path '.'