Visualizing script for steps dependencies.
- graphviz
- node
In your terminal:
mkdir vis_drone_steps
cd vis_drone_steps
wget https://gist.githubusercontent.com/kui/2f0c0316551824f6f6d274c6ecb4a56b/raw/index.js
wget https://gist.githubusercontent.com/kui/2f0c0316551824f6f6d274c6ecb4a56b/raw/package.json
npm install
node index.js < .drone.yml > drone.dot
dot -odrone.png -Tpng drone.dot
open drone.png
Small sample from https://discourse.drone.io/t/how-to-setup-parallel-pipeline-steps-1-0/3251