debugging gitea's poor handling of actions
Some checks failed
Some checks failed
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user