Hi, Drone is super cool, thanks for all your work.
It is currently possible to use depends_on to set up a DAG of pipelines, and within a single pipeline, it is possible to use depends_on to set up a DAG of steps.
- Is it possible to have a single step depends_on a single step from a different pipeline?
My build has a lot of expensive setup stages and partial generated files that need to be copied between different-architecture pipelines. I want to use depends_on to properly declare fine-grained dependencies within a single long-running pipeline.