Is there a way to run the sequence of a build definition locally, without having to push changes to the repository and have the build trigger?
Currently, I have a simple build definition with only a couple of steps that I can run manually, but I plan on adding more steps to the sequence and ideally would like to run them all at once.
Similar question: Drone.io build locally without pushing to the repo