Skip to content

Commit

Permalink
build: Bring back check for prebuilt image
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalexrog committed Jul 20, 2020
1 parent d2bce5c commit f5ded4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f5ded4c

Please sign in to comment.