providers/docker: don't remove image on reload for build cache
This commit is contained in:
parent
057f04e46a
commit
f1618f5ec8
|
@ -117,7 +117,6 @@ module VagrantPlugins
|
|||
|
||||
b2.use Call, IsBuild do |env2, b3|
|
||||
if env2[:result]
|
||||
b3.use ConfigValidate
|
||||
b3.use EnvSet, force_halt: true
|
||||
b3.use action_halt
|
||||
b3.use HostMachineSyncFoldersDisable
|
||||
|
|
Loading…
Reference in New Issue