lib/bosh/stemcell/stemcell_builder.rb in bosh-stemcell-1.2881.0 vs lib/bosh/stemcell/stemcell_builder.rb in bosh-stemcell-1.2889.0

- old
+ new

@@ -15,10 +15,10 @@ environment.prepare_build stemcell_stages = collection.extract_operating_system_stages + collection.agent_stages + collection.build_stemcell_image_stages - runner.configure_and_apply(stemcell_stages) + runner.configure_and_apply(stemcell_stages, ENV['resume_from']) end private attr_reader :gem_components, :environment, :collection, :runner