We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1821f4e commit d658fc4Copy full SHA for d658fc4
1 file changed
tools/appliance/build.sh
@@ -283,7 +283,9 @@ function veewee_destroy() {
283
function veewee_build() {
284
log INFO "building new image with veewee"
285
bundle exec veewee vbox build "${appliance_build_name}" ${VEEWEE_BUILD_ARGS}
286
- bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
+ # vbox export wants to run vbox halt itself, so don't halt!
287
+ # bundle exec veewee vbox halt "${appliance_build_name}" ${VEEWEE_ARGS}
288
+ bundle exec veewee vbox export "${appliance_build_name}" ${VEEWEE_ARGS}
289
}
290
291
function check_appliance_shutdown() {
0 commit comments