Skip to content

Sync CE first in SyncRemotesService

Robert Speicher requested to merge rs-sync-ce-first into master

We've currently got a race condition where we sync EE, which triggers a merge-train, which creates a divergence by the time we try to sync CE.

This is a boring solution to try to avoid that.

Merge request reports