gaqzi / gocd-cli

A command line interface for common Go tasks
MIT License
24 stars 8 forks source link

Command to find steps/commands that are running true #11

Open gaqzi opened 9 years ago

gaqzi commented 9 years ago

Sometimes used to force a build through. I've used it in cases where a copy change has to get through, which will not affect any tests.

Sometimes this gets forgotten and left in place. There should be an easy way to find these cases so they can be looked into.

Obviously in an ideal world this shouldn't happen, but sometimes stuff just gotta get through in a certain time.