mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP]: docker entrypoint.sh don't exit error on completion
Kubernetes will keep it alive if need be, but Jobs should succeed.
This commit is contained in:
@@ -69,4 +69,4 @@ case "$1" in
|
|||||||
exec "$@"
|
exec "$@"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 1
|
# notably do not exit 1 as we can complete a job like a backup
|
||||||
|
|||||||
Reference in New Issue
Block a user