This commit is contained in:
parent
8e55fde92b
commit
e4c14e3eef
12
.drone.yml
12
.drone.yml
@ -67,4 +67,14 @@ steps:
|
||||
- ls -la $HOME/.trash/
|
||||
- trash_rm testfile2 testfile3
|
||||
- trash_list
|
||||
- ls -la $HOME/.trash/
|
||||
- ls -la $HOME/.trash/
|
||||
|
||||
- name: test usage
|
||||
depends_on:
|
||||
- install
|
||||
- test trash_restore
|
||||
image: bash:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- . $HOME/.bashrc
|
||||
- trash || true
|
Loading…
Reference in New Issue
Block a user