providers/docker: flatten stack so it runs at one point

This commit is contained in:
Mitchell Hashimoto 2014-04-18 17:25:07 -07:00
parent 067c1ca348
commit f78f72920c
2 changed files with 2 additions and 4 deletions

View File

@ -110,9 +110,8 @@ module VagrantPlugins
b2.use Call, IsBuild do |env2, b3|
if env2[:result]
b3.use EnvSet, force_confirm_destroy: true,
skip_docker_host_machine_sync_folders_disable: true
b3.use action_destroy
b3.use EnvSet, force_confirm_destroy: true
b3.use action_destroy.flatten
end
end

View File

@ -15,7 +15,6 @@ module VagrantPlugins
end
def call(env)
return @app.call(env) if env[:skip_docker_host_machine_sync_folders_disable]
return @app.call(env) if !env[:machine].provider.host_vm?
# Read our random ID for this instance