progress?
This commit is contained in:
parent
5ca1e925e0
commit
d67417235e
|
@ -5,6 +5,9 @@ pwd
|
|||
|
||||
echo Updating from SVN
|
||||
call git pull
|
||||
IF NOT ERRORLEVEL echo ERROR git pull-ing
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
||||
|
||||
set RUSEFI_SVN_PATH=../../rusefi.svn/
|
||||
|
||||
|
|
Loading…
Reference in New Issue