fixing build
This commit is contained in:
parent
5a379f8ee8
commit
87233c1e36
|
@ -21,7 +21,7 @@ set bundle_file=rusefi_bundle_%bundle_name%.zip
|
|||
mv rusefi_bundle.zip %bundle_file%
|
||||
|
||||
echo Uploading %bundle_file%
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %FTP_SERVER% . %bundle_file%
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% . %bundle_file%
|
||||
|
||||
cd ..
|
||||
|
||||
|
|
|
@ -109,9 +109,9 @@ if not exist rusefi_bundle.zip echo %script_name%: ERROR not found rusefi_bundle
|
|||
if not exist rusefi_bundle.zip EXIT /B 1
|
||||
|
||||
echo "%script_name%: Uploading stuff"
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %FTP_SERVER% . rusefi_bundle.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %FTP_SERVER% separate_files rusefi_simulator.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %FTP_SERVER% separate_files rusefi_console.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% . rusefi_bundle.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% separate_files rusefi_simulator.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% separate_files rusefi_console.zip
|
||||
|
||||
cd ..
|
||||
echo "TIMESTAMP %date% %time%"
|
||||
|
|
|
@ -57,6 +57,6 @@ IF NOT ERRORLEVEL 0 EXIT /B 1
|
|||
|
||||
echo "TIMESTAMP %date% %time% Now uploading only firmware
|
||||
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %FTP_SERVER% separate_files firmware/build/rusefi_firmware.zip
|
||||
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% separate_files firmware/build/rusefi_firmware.zip
|
||||
IF NOT ERRORLEVEL 0 echo ERROR: Invoking ncftpput has failed
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
|
Loading…
Reference in New Issue