Github submodules in submodule

Hi,

I have a repo that have a submodule. In this submodule, have another submodule with others submodules. 
The option “Recursive” in the repo only update the first submodule.

We use the command “git submodule update --init --recursive” to update all the submodules.

How can I do to update all the submodules in Continua CI?

Hi Lucas

I will have to check with the team, but I don’t think submodules within submodules are supported. There are just too many issues with submodules, right now immediate submodules only work if the credentials are the same for both the master and the submodule.