This commit is contained in:
rusefi 2019-02-17 13:17:56 -05:00
parent 88e13e4f13
commit 8c88f54b1d
1 changed files with 4 additions and 2 deletions

View File

@ -50,10 +50,12 @@ set stm_arch=stm32f407
set folder=snapshot_%date:~10%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%_%stm_arch%_rusefi
set folder=temp\%folder%
# this replaces spaces with 0s - that's needed before 10am
rem this replaces spaces with 0s - that's needed before 10am
set folder=%folder: =0%
echo "folder variable=%folder%"
call jenkins\build_working_folder.bat
pwd
call misc\jenkins\build_working_folder.bat
echo "Building only console"
cd %folder%