Git Hooks: Merge hook scripts and tests from blender-devops
This commit is contained in:
10
git-hooks/test/run_deny_binary_tests.sh
Executable file
10
git-hooks/test/run_deny_binary_tests.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
SCRIPT_PATH=$(dirname "$SCRIPT")
|
||||
|
||||
. "${SCRIPT_PATH}/common/functions"
|
||||
|
||||
run_tests_in_directory "${SCRIPT_PATH}/deny_binary"
|
||||
Reference in New Issue
Block a user