fix trash_rm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:00:26 +02:00
parent ec22f86714
commit 328751adf0

View File

@ -58,7 +58,6 @@ steps:
image: bash:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
- ls -l /tmp