mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
commit
1ac26b3477
2 changed files with 7 additions and 1 deletions
|
@ -66,7 +66,7 @@ end
|
|||
|
||||
package :pkg do
|
||||
identifier "com.getchef.pkg.inspec"
|
||||
signing_identity "Developer ID Installer: Chef Software, Inc. (EU3VF8YLX2)"
|
||||
signing_identity "Chef Software, Inc. (EU3VF8YLX2)"
|
||||
end
|
||||
compress :dmg
|
||||
|
||||
|
|
|
@ -52,4 +52,10 @@ build do
|
|||
appbundle "inspec", env: env
|
||||
end
|
||||
end
|
||||
|
||||
block "Delete test folder from problem gems" do
|
||||
env["VISUAL"] = "echo"
|
||||
gem_install_dir = shellout!("#{install_dir}/embedded/bin/gem open rubyzip", env: env).stdout.chomp
|
||||
remove_directory "#{gem_install_dir}/test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue