Skip to content

Commit

Permalink
ensure cloning submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Dec 31, 2024
1 parent 44dd357 commit 6f5a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git tag -a -m "Tag kernel release %1" ke%1 HEAD
ECHO get a clean tree
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
::git clone -v --local --branch ke%1 . ..\SOURCE\ke%1\
git clone -v --local . ..\SOURCE\ke%1\
git clone -v --recurse-submodules --local . ..\SOURCE\ke%1\

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

0 comments on commit 6f5a136

Please sign in to comment.