Skip to content

executors: Invalid git remote

Created by: eseliger

In executors, we set origin to repositoryName, which is not a valid git remote. It needs a scheme. Either we remove it (but I saw indexers fail then), or we should use a proper clone URL.