engine
engine copied to clipboard
Allow GitAdapter to work with no defined remote
- [ ] Check if a remote exist before trying to push with the GitAdapter
It will allow to start the engine with GitAdapter config publish set to true even if no remote is defined.
This situation can occurs when we deploy on vagrant and there is no snapshots_repository and versions_repository defined. See https://github.com/ambanum/OpenTermsArchive/pull/864.