debugging gitea's poor handling of actions
Some checks failed
App Image CI / Build app image (push) Has been cancelled
Docker Image CI / Build build images (arch) (push) Has been cancelled
NPM Audit Check / Check NPM audit (push) Successful in -2m11s
Docker Image CI / Build build images (artix) (push) Successful in -26s

This commit is contained in:
2025-10-28 17:35:56 -05:00
parent 9fe86c4114
commit d34b41b899

View File

@@ -28,7 +28,9 @@ applyPatch() {
} }
postEntrypoint() { postEntrypoint() {
ls -al
if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then
echo "EXECUTING POSTENTRY"
./post-entrypoint.sh ./post-entrypoint.sh
fi fi
} }