this is ridiculous now
All checks were successful
All checks were successful
This commit is contained in:
@@ -28,10 +28,12 @@ applyPatch() {
|
||||
}
|
||||
|
||||
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
|
||||
else
|
||||
echo "POST: $POST"
|
||||
ls -al
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user