I have to repositories with same name, but in different packages, let’s say xxx/partners
and services/xxx/partners
.
When I am pushing on xxx/partners
drone trying to fetch from services/xxx/partners
. Event after removing services/xxx/partners
repository from gitlab and doing sync in drone it still trying to fetch from services/xxx/partners
.
I guess the only solution for now is to remove it from database and sync it again?