mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
build: Bring back check for prebuilt image
This commit is contained in:
5
build.sh
5
build.sh
@@ -16,11 +16,10 @@ fi
|
||||
|
||||
echo "--- Using Packer version $(${PACKER} --version)"
|
||||
|
||||
# FIXME: This will fail, but might help virtualbox in travis?
|
||||
#if [ ! -f output-virtualbox-iso/clever-devel.ova ]; then
|
||||
if [ ! -f output-virtualbox-iso/clever-devel.ova ]; then
|
||||
echo "--- Building base image"
|
||||
${PACKER} build -only=virtualbox-iso base_vm.json || true
|
||||
#fi
|
||||
fi
|
||||
|
||||
echo "--- Building extended image"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user