mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] entrypoint.sh: do not always exist with an error status
With `set -e` we already treat error exit statuses as errors. The motivation here is that one off "Job"s that run and exit with success should not be immediately restarted by the controller (aka kubernetes).
This commit is contained in:
@@ -68,5 +68,3 @@ case "$1" in
|
||||
*)
|
||||
exec "$@"
|
||||
esac
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user