From d34b41b89965d981b5d5972d23776c3e14c33889 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 17:35:56 -0500 Subject: [PATCH] debugging gitea's poor handling of actions --- docker/scripts/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 253940f..cb91a85 100755 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -28,7 +28,9 @@ applyPatch() { } postEntrypoint() { + ls -al if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then + echo "EXECUTING POSTENTRY" ./post-entrypoint.sh fi }