-exec rm errored out (with no error message)
This commit is contained in:
parent
14c44911f9
commit
ef7b2169d6
@ -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 '.'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user