autoupdate file
This commit is contained in:
parent
0a44e43d67
commit
dad5c52b61
|
@ -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 ..
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue