There’s an annoying bug in Gitlab CI which means it occasionally only fetches direct submodules or a repo, not submodules of submodules (i.e. it isn’t recursive).
Is there a git
command I can use to verify that all of the submodules of submodules exist and have the right commit checked out? No hacky output parsing please!