forked from platypush/platypush
Simplified Drone CI DAG.
Removed redundant `depends_on` steps in the pipeline.
This commit is contained in:
parent
2d999c471a
commit
d92da5fe6f
1 changed files with 0 additions and 5 deletions
|
@ -151,7 +151,6 @@ steps:
|
|||
- push
|
||||
|
||||
depends_on:
|
||||
- tests
|
||||
- build-ui
|
||||
|
||||
commands:
|
||||
|
@ -261,8 +260,6 @@ steps:
|
|||
- tag
|
||||
|
||||
depends_on:
|
||||
- tests
|
||||
- docs
|
||||
- update-pip-package
|
||||
- update-arch-packages
|
||||
|
||||
|
@ -286,8 +283,6 @@ steps:
|
|||
- push
|
||||
|
||||
depends_on:
|
||||
- tests
|
||||
- build-ui
|
||||
- update-arch-packages
|
||||
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue