Init in setup
This commit is contained in:
parent
4173cdb989
commit
131c2a20c5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
rem Doing this individually means we can just skip over any that error
|
rem Doing this individually means we can just skip over any that error
|
||||||
for /D %%G in (%CD%\*) do (
|
for /D %%G in (%CD%\*) do (
|
||||||
git submodule update %%~nG
|
git submodule update --init %%~nG
|
||||||
)
|
)
|
||||||
|
|
||||||
for /D %%G in (%CD%\*) do if exist %%G\requirements.txt (
|
for /D %%G in (%CD%\*) do if exist %%G\requirements.txt (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user