I have public git repository containing some submodules. How can I configure my OpenShift setup to clone the repository with param --recursive
? Is there any way to override this?
Right now, when I do any push and trigger deploy on my app, none of submodules is cloned.