diff --git a/MAKE.bat b/MAKE.bat index 1ea31be..fd2d369 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -214,16 +214,16 @@ if "%1"=="dpush" ( ) popd - if not "%2"=="noroot" ( - git stash - git add depot - git commit -m "sync depot" - if not "%3"=="local" ( - git pull - git push - ) - git stash pop - ) + @REM if not "%2"=="noroot" ( + @REM git stash + @REM git add depot + @REM git commit -m "sync depot" + @REM if not "%3"=="local" ( + @REM git pull + @REM git push + @REM ) + @REM git stash pop + @REM ) exit /b ) @@ -331,12 +331,12 @@ if "%1"=="v4web" ( git commit -m "website update" git push origin main popd - git stash - git add website - git commit -m "sync website" - git pull - git push - git stash pop + @REM git stash + @REM git add website + @REM git commit -m "sync website" + @REM git pull + @REM git push + @REM git stash pop exit /b ) diff --git a/depot b/depot index ff68cb6..d97e7a7 160000 --- a/depot +++ b/depot @@ -1 +1 @@ -Subproject commit ff68cb65066a20eeb628d739fae7294a4ad8fef3 +Subproject commit d97e7a7069f730eaaf71555e1a2fc6c624a41829