Skip to content

fix: respect repo override

Clement Sam requested to merge fix-repo-overide into trunk

The repo override was not respected by the following commands

  • issue create
  • mr create
  • ci trace

This was due the the BaseRepo and HTTPClient being assigned too early before the PersistentPrerun function is executed

Resolves #455 (closed)

Merge request reports