openmainframeproject / software-discovery-tool-deploy

View the live deployed version of SDT maintained by OMP
http://sdt.openmainframeproject.org/sdt/
Apache License 2.0
0 stars 7 forks source link

nested submodules working #1

Closed rachejazz closed 3 years ago

rachejazz commented 3 years ago

Signed-off-by: rachejazz divyadeepti2000@gmail.com Only catch here, deploy workflow should have:

git submodule update --remote --recursive

This recursively pulls distro_data as part of nested submodules

pleia2 commented 3 years ago

Sounds good. We want to have instructions for using this repository in a README.md (I'll create an issue momentarily), and that can include this instruction.