Would be very helpful in larger projects to support visualizing the DAG for a given configuration file, similar to terraform’s graph
subcommand:
drone graph .drone.yml | dot -Tsvg > graph.svg
Would be very helpful in larger projects to support visualizing the DAG for a given configuration file, similar to terraform’s graph
subcommand:
drone graph .drone.yml | dot -Tsvg > graph.svg