未验证 提交 53e9aa94 编写于 作者: Z Zhou Wei 提交者: GitHub

remove diff with develop (#28504)

上级 369605be
...@@ -82,11 +82,11 @@ if %day_now% NEQ %day_before% ( ...@@ -82,11 +82,11 @@ if %day_now% NEQ %day_before% (
goto :mkbuild goto :mkbuild
) )
git diff HEAD origin/develop --stat --name-only :: git diff HEAD origin/develop --stat --name-only
git diff HEAD origin/develop --stat --name-only | findstr "cmake CMakeLists.txt paddle_build.bat" :: git diff HEAD origin/develop --stat --name-only | findstr "cmake CMakeLists.txt paddle_build.bat"
if %ERRORLEVEL% EQU 0 ( :: if %ERRORLEVEL% EQU 0 (
rmdir build /s/q :: rmdir build /s/q
) :: )
:mkbuild :mkbuild
if not exist build ( if not exist build (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册