mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Add environment to appbundle so required tools are added to the path
This commit is contained in:
parent
41a7c8c411
commit
3538e7029d
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ build do
|
||||||
gem "build #{name}.gemspec", env: env
|
gem "build #{name}.gemspec", env: env
|
||||||
gem "install #{name}-*.gem --no-document", env: env
|
gem "install #{name}-*.gem --no-document", env: env
|
||||||
|
|
||||||
appbundle 'inspec'
|
appbundle 'inspec', env: env
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue