Skip to content

Fix and improve error handling for Git updates

Christian Dreher requested to merge fix/update-error-outputs into main
  • Cloning failure will not create .git folder anymore
  • stderr will now be printed instead of stdout on FAILURE
  • Proper formatting for StepResult if exception occurs in git Python package

Merge request reports