Problem ------------- When doing a recursive shallow clone, I expect every submodule to be also cached and fetched through git-cache. ```bash git cache clone -U https://github.com/PX4/PX4-Autopilot --recurse-submodules --shallow-submodules ```