Deleting staging images in factor.cmd should never be a fatal error. The errorlevel can be 1 if the temp directory does not exist, so just delete this line.
parent
4cece22c43
commit
e1aa4cbe65
|
@ -37,7 +37,6 @@ if %_bootimage_version%==clean (
|
||||||
|
|
||||||
echo Deleting staging images from temp/...
|
echo Deleting staging images from temp/...
|
||||||
del temp\staging.*.image
|
del temp\staging.*.image
|
||||||
if errorlevel 1 goto fail
|
|
||||||
|
|
||||||
echo Updating working copy from %_git_branch%...
|
echo Updating working copy from %_git_branch%...
|
||||||
call git pull http://factorcode.org/git/factor.git %_git_branch%
|
call git pull http://factorcode.org/git/factor.git %_git_branch%
|
||||||
|
|
Loading…
Reference in New Issue