We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bce5c commit f5ded4cCopy full SHA for f5ded4c
1 file changed
build.sh
@@ -16,11 +16,10 @@ fi
16
17
echo "--- Using Packer version $(${PACKER} --version)"
18
19
-# FIXME: This will fail, but might help virtualbox in travis?
20
-#if [ ! -f output-virtualbox-iso/clever-devel.ova ]; then
+if [ ! -f output-virtualbox-iso/clever-devel.ova ]; then
21
echo "--- Building base image"
22
${PACKER} build -only=virtualbox-iso base_vm.json || true
23
-#fi
+fi
24
25
echo "--- Building extended image"
26
0 commit comments