1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-16 23:42:49 +02:00
Nextcloud-News/bin/git/hooks/pre-commit
2016-04-03 11:58:20 +02:00

10 lines
114 B
Bash
Executable File

#!/bin/bash
# exit if any test fails
set -e
make test
php -f bin/tools/generate_authors.php
git add AUTHORS.md