Always remove existing VM image before building new one
This commit is contained in:
parent
90b340f828
commit
82e7335761
1
Makefile
1
Makefile
@ -142,6 +142,7 @@ ci: check test
|
|||||||
|
|
||||||
$(VM_IMAGE): TAG=HEAD
|
$(VM_IMAGE): TAG=HEAD
|
||||||
$(VM_IMAGE): srpm bots
|
$(VM_IMAGE): srpm bots
|
||||||
|
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
|
||||||
srpm=$(shell rpm --qf '%{Name}-%{Version}-%{Release}.src.rpm\n' -q --specfile lorax.spec | head -n1) ; \
|
srpm=$(shell rpm --qf '%{Name}-%{Version}-%{Release}.src.rpm\n' -q --specfile lorax.spec | head -n1) ; \
|
||||||
bots/image-customize -v \
|
bots/image-customize -v \
|
||||||
--resize 20G \
|
--resize 20G \
|
||||||
|
Loading…
Reference in New Issue
Block a user