We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d867df5 commit da90da0Copy full SHA for da90da0
lib/omnibus/project.rb
@@ -1481,7 +1481,7 @@ def store_package_duration(packager, duration)
1481
end
1482
1483
def write_build_summary
1484
- out_path = "#{Config.package_dir}/build-summary.json"
+ out_path = "#{Config.project_root}/pkg/build-summary.json"
1485
log.info(log_key) { "Writing build summary to #{out_path}" }
1486
File.open(out_path, "w") do |f|
1487
f.write(FFI_Yajl::Encoder.encode(build_summary.to_hash, pretty: true))
0 commit comments