Open rafecolton opened 10 years ago
I would cargo cult whatever Travis CI is doing at the beginning of every build. On Jun 4, 2014 12:56 AM, "Rafe Colton" notifications@github.com wrote:
What is the best way to do this? Should git clone also pull submodules (i.e. --recursive)?
— Reply to this email directly or view it on GitHub https://github.com/modcloth/kamino/issues/3.
Yeah that's kind of what prompted this inquiry. Travis automatically pulls submodules, so maybe --recursive
should be the default with an option not to pull submodules? That option would have to be passed all the way through the build server of course
whatever Travis is doing. do that. recursive. automatic. whatever.
:heart_eyes_cat:
:+1: to --recursive
What is the best way to do this? Should
git clone
also pull submodules (i.e.--recursive
)?