Open OmegaDroid opened 8 years ago
I would be useful to be able to run arbitrary commands on your repo that may not be general enough to make a public hook out of (such as ruining tests).
The working directory for the command should be the root of the repo.
Something like:
[run] pre-commit = command: ./scripts/runtests.sh command: ./script/otherscript.sh
I would be useful to be able to run arbitrary commands on your repo that may not be general enough to make a public hook out of (such as ruining tests).
The working directory for the command should be the root of the repo.
Something like: