Skip to content

Commit 6f5a136

Browse files
committed
ensure cloning submodules
1 parent 44dd357 commit 6f5a136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.BAT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git tag -a -m "Tag kernel release %1" ke%1 HEAD
77
ECHO get a clean tree
88
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
99
::git clone -v --local --branch ke%1 . ..\SOURCE\ke%1\
10-
git clone -v --local . ..\SOURCE\ke%1\
10+
git clone -v --recurse-submodules --local . ..\SOURCE\ke%1\
1111

1212
REM delete files to exclude
1313
RD /S /Q ..\SOURCE\ke%1\.git > NUL

0 commit comments

Comments
 (0)