mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
run pre-commit hook as part of test suite
This commit is contained in:
parent
4d913d646a
commit
a58a9bff18
1 changed files with 7 additions and 0 deletions
|
@ -83,6 +83,13 @@ if [ -z $python ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
echo_header "run commit hooks"
|
||||||
|
|
||||||
|
cd $WORKSPACE
|
||||||
|
./hooks/pre-commit
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
echo_header "create a source tarball and use that to build a repo"
|
echo_header "create a source tarball and use that to build a repo"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue