debugging gitea's poor handling of actions
Some checks failed
Some checks failed
This commit is contained in:
@@ -28,7 +28,9 @@ applyPatch() {
|
||||
}
|
||||
|
||||
postEntrypoint() {
|
||||
ls -al
|
||||
if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then
|
||||
echo "EXECUTING POSTENTRY"
|
||||
./post-entrypoint.sh
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user