mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
tests: only run hooks/pre-commit if its present (not in source tarball)
This commit is contained in:
parent
1fdeb4691c
commit
aa1e958360
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ set -x # show each command as it is executed
|
|||
echo_header "run commit hooks"
|
||||
|
||||
cd $WORKSPACE
|
||||
./hooks/pre-commit
|
||||
test -x ./hooks/pre-commit && ./hooks/pre-commit
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue