I can turn that off on each step, and had to do that with the database update.
I was trying to find a way to know automatically when the update fails, and it seemed that Liquibase was reporting 0 even when an update failed.
However, as I was outlining the scenario to post it here, I noticed that my wrapper scripts to the update call that are not properly capturing and reporting the exit code from Liquibase.
So in summary, I'll be able to get what I need from the exit codes, thanks!
I was trying to find a way to know automatically when the update fails, and it seemed that Liquibase was reporting 0 even when an update failed.
However, as I was outlining the scenario to post it here, I noticed that my wrapper scripts to the update call that are not properly capturing and reporting the exit code from Liquibase.
So in summary, I'll be able to get what I need from the exit codes, thanks!