fix stuff finally?
All checks were successful
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Successful in 5m27s

This commit is contained in:
docker-claude 2026-04-15 19:18:48 +02:00
parent 1b141b200c
commit 4edef5ac1a
3 changed files with 5 additions and 1 deletions

2
hooks/pre-commit Executable file → Normal file
View file

@ -2,7 +2,7 @@
# Ensure control scripts stay executable.
set -euo pipefail
SCRIPTS=(claude.sh build.sh)
SCRIPTS=(claude.sh build.sh hooks/pre-commit)
for f in "${SCRIPTS[@]}"; do
if [[ -f "$f" && ! -x "$f" ]]; then