autoupdate file

This commit is contained in:
rusefi 2020-06-06 18:41:59 -04:00
parent 8b5b9a175d
commit cd95be0ea0
2 changed files with 5 additions and 6 deletions

View File

@ -89,6 +89,11 @@ IF NOT ERRORLEVEL 0 EXIT /B 1
echo %script_name%: Bundle %full_bundle_file% ready
ls -l %full_bundle_file%
if not exist %full_bundle_file% echo %script_name%: ERROR not found %full_bundle_file%
if not exist %full_bundle_file% EXIT /B 1
echo "%script_name%: Uploading full bundle"
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% . %full_bundle_file%
cd ..

View File

@ -98,12 +98,6 @@ echo "%script_name%: Going back to root folder"
cd %root_folder%
pwd
cd temp
if not exist %full_bundle_file% echo %script_name%: ERROR not found rusefi_bundle.zip
if not exist %full_bundle_file% EXIT /B 1
echo "%script_name%: Uploading stuff"
cd ..
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% separate_files temp/rusefi_console.zip