fix step order
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3c09b37c3a
commit
5719b72c1c
@ -35,6 +35,7 @@ steps:
|
||||
- name: test trash_restore
|
||||
depends_on:
|
||||
- install
|
||||
- test trash_empty
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
@ -53,6 +54,7 @@ steps:
|
||||
- name: test trash_rm
|
||||
depends_on:
|
||||
- install
|
||||
- trash_restore
|
||||
image: ubuntu:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user