Skip to content

Make raise_on_errors a member and use it in _exec

This allows to be coherent when running a command and docker is not installed.

For example _discover_environment will fail even if raise_on_errors is set to False if docker is not installed. This patch fixes that.

Merge request reports

Loading