chore(plan): do not modify archive behavior based on plan disk image

This allows archive creation (or not) to still be controlled via the
--[no-]archive flag.
This commit is contained in:
2021-08-05 00:21:17 +01:00
parent 228ae0939c
commit 786d253df6

View File

@@ -133,10 +133,6 @@ class Build
@archive_filename = plan.dig('output', 'archive')
end
if plan.dig('output', 'disk_image') || !plan.dig('output', 'archive')
options[:archive] = false
end
@build_name = plan.dig('build', 'name') if plan.dig('build', 'name')
end