Git Hooks: Merge hook scripts and tests from blender-devops

This commit is contained in:
Bart van der Braak
2025-12-18 11:44:03 +01:00
parent 620838eea7
commit 053119419c
16 changed files with 691 additions and 0 deletions

View 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"