tapestry icon indicating copy to clipboard operation
tapestry copied to clipboard

Add a more exhaustive check for submodules

Open player1537 opened this issue 7 years ago • 0 comments

Right now we do a naive submodule check (if the directory exists, submodules have been pulled in), but we need a better one. When you clone (without --recursive), it still creates the directories, so the script incorrectly assumes they've been pulled in.

An easy fix might be to just always call git submodule update --init, but we'll have to check.

player1537 avatar Oct 24 '17 19:10 player1537