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
|
- push
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- tests
|
|
||||||
- build-ui
|
- build-ui
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
@ -261,8 +260,6 @@ steps:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- tests
|
|
||||||
- docs
|
|
||||||
- update-pip-package
|
- update-pip-package
|
||||||
- update-arch-packages
|
- update-arch-packages
|
||||||
|
|
||||||
|
@ -286,8 +283,6 @@ steps:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- tests
|
|
||||||
- build-ui
|
|
||||||
- update-arch-packages
|
- update-arch-packages
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue