Skip to content

Commit da90da0

Browse files
committed
Revert "use the usual package output directory for build summary"
This reverts commit d867df5.
1 parent d867df5 commit da90da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omnibus/project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ def store_package_duration(packager, duration)
14811481
end
14821482

14831483
def write_build_summary
1484-
out_path = "#{Config.package_dir}/build-summary.json"
1484+
out_path = "#{Config.project_root}/pkg/build-summary.json"
14851485
log.info(log_key) { "Writing build summary to #{out_path}" }
14861486
File.open(out_path, "w") do |f|
14871487
f.write(FFI_Yajl::Encoder.encode(build_summary.to_hash, pretty: true))

0 commit comments

Comments
 (0)