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
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
)

2
depot

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