Hooks: Rename directory and deny binary script (#20)

To make it more consistent with other hook scripts and we also rename `docker-compose.yml` to `compose.yml`

Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/20
This commit is contained in:
Bart van der Braak
2026-01-14 15:13:14 +01:00
parent 2d2d1db041
commit 4c9690a353
18 changed files with 13 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -e
SCRIPT=$(readlink -f "$0")
SCRIPT_PATH=$(dirname "$SCRIPT")
. "${SCRIPT_PATH}/common/functions"
run_tests_in_directory "${SCRIPT_PATH}/deny_binary"
rm -rf "${SCRIPT_PATH}/deny_binary/tmp"