one extra change in tooling
parent
3eaef45040
commit
c984ac338e
5
MAKE.bat
5
MAKE.bat
|
@ -165,12 +165,13 @@ if "%1"=="dpush" (
|
||||||
git add .
|
git add .
|
||||||
if "%2"=="auto" (
|
if "%2"=="auto" (
|
||||||
git commit -m "asset update"
|
git commit -m "asset update"
|
||||||
|
git push
|
||||||
) else (
|
) else (
|
||||||
git commit
|
git commit
|
||||||
)
|
if not "%2"=="local" (
|
||||||
if "%2"=="out" (
|
|
||||||
git push
|
git push
|
||||||
)
|
)
|
||||||
|
)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
exit /b
|
exit /b
|
||||||
|
|
Loading…
Reference in New Issue