update build script

main
Dominik Madarász 2024-08-19 00:13:57 +02:00
parent cd0fb23e6e
commit 0e6675cf5f
2 changed files with 17 additions and 17 deletions

View File

@ -214,16 +214,16 @@ if "%1"=="dpush" (
) )
popd popd
if not "%2"=="noroot" ( @REM if not "%2"=="noroot" (
git stash @REM git stash
git add depot @REM git add depot
git commit -m "sync depot" @REM git commit -m "sync depot"
if not "%3"=="local" ( @REM if not "%3"=="local" (
git pull @REM git pull
git push @REM git push
) @REM )
git stash pop @REM git stash pop
) @REM )
exit /b exit /b
) )
@ -331,12 +331,12 @@ if "%1"=="v4web" (
git commit -m "website update" git commit -m "website update"
git push origin main git push origin main
popd popd
git stash @REM git stash
git add website @REM git add website
git commit -m "sync website" @REM git commit -m "sync website"
git pull @REM git pull
git push @REM git push
git stash pop @REM git stash pop
exit /b exit /b
) )

2
depot

@ -1 +1 @@
Subproject commit ff68cb65066a20eeb628d739fae7294a4ad8fef3 Subproject commit d97e7a7069f730eaaf71555e1a2fc6c624a41829