1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00

run pre-commit hook as part of test suite

This commit is contained in:
Hans-Christoph Steiner 2014-06-30 21:40:31 -04:00
parent 4d913d646a
commit a58a9bff18

View File

@ -83,6 +83,13 @@ if [ -z $python ]; then
fi
#------------------------------------------------------------------------------#
echo_header "run commit hooks"
cd $WORKSPACE
./hooks/pre-commit
#------------------------------------------------------------------------------#
echo_header "create a source tarball and use that to build a repo"