Getting `Error checking out submodules: fatal: No url found for submodule path`

When our deployment trigger is triggered for criipto-peer2peer.netlify.app we get the error in the title
as can be seen in the log. This seems to be a problem on the netlify side. our GitHub action can check out the code just fine. I’ve also tried locally and with no issues there either

The repository is public and can be found cloned from git@github.com:criipto/peer2peer.git

Hi @runefs

Thanks for sharing the deploy log. I see it is using the staging branch

Preparing Git Reference refs/heads/staging

which only contains an app directory

which contains a non-valid link to designtoolbox.react

unlike the master branch which has a clickable link.

Good spot! It would indeed seem that the cause of the problem is an erroneous merge on our build server. Thanks for the help