We have bitbucket hosted repositories with several subrepositories, when I try to pull a repository with a subrepository it fails with this message: stderr: abort: repository <sub repository name> not found! This of course fails the build since it couldn't pull the source.
The Repository structure looks sort of like this:
dev_all_main_repository = bitbucket.org/companyname/dev_all
- subrepository1 = bitbucket.org/companyname/subrepo1
- subrepository2 = bitbucket.org/companyname/subrepo2
- subrepository2_subrepository1 = bitbucket.org/companyname/subrepo2_subrepo1