this is ridiculous now
All checks were successful
All checks were successful
This commit is contained in:
@@ -28,10 +28,12 @@ applyPatch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
postEntrypoint() {
|
postEntrypoint() {
|
||||||
ls -al
|
if [ -n "$POST" ] && [ -x "./post-entrypoint.sh" ] ; then
|
||||||
if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then
|
|
||||||
echo "EXECUTING POSTENTRY"
|
echo "EXECUTING POSTENTRY"
|
||||||
./post-entrypoint.sh
|
./post-entrypoint.sh
|
||||||
|
else
|
||||||
|
echo "POST: $POST"
|
||||||
|
ls -al
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user