File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ git checkout %OV_SOURCE_BRANCH%
248248if !errorlevel! neq 0 exit /b !errorlevel!
249249git submodule update --init --recursive
250250if !errorlevel! neq 0 exit /b !errorlevel!
251+ git pull --recurse-submodules
251252IF /I NOT EXIST build (
252253 mkdir build
253254)
@@ -271,6 +272,7 @@ cd %BAZEL_SHORT_PATH%\openvino_tokenizers_src
271272git fetch origin
272273git checkout %TOKENIZER_SOURCE_BRANCH%
273274if !errorlevel! neq 0 exit /b !errorlevel!
275+ git pull --recurse-submodules
274276IF /I NOT EXIST build (
275277 mkdir build
276278)
@@ -292,6 +294,7 @@ cd %BAZEL_SHORT_PATH%\openvino_genai_src
292294git fetch origin
293295git checkout %GENAI_SOURCE_BRANCH%
294296if !errorlevel! neq 0 exit /b !errorlevel!
297+ git pull --recurse-submodules
295298IF /I NOT EXIST build (
296299 mkdir build
297300)
You can’t perform that action at this time.
0 commit comments