mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
linting
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
32950a05b9
commit
d043dab94b
1 changed files with 4 additions and 4 deletions
|
@ -43,12 +43,12 @@ build do
|
|||
gem "build #{name}.gemspec", env: env
|
||||
gem "install #{name}-*.gem --no-document", env: env
|
||||
|
||||
gem "build inspec-bin.gemspec", env: env, cwd: "#{project_dir}/inspec-bin"
|
||||
gem "install inspec-bin-*.gem --no-document", env: env, cwd: "#{project_dir}/inspec-bin"
|
||||
gem 'build inspec-bin.gemspec', env: env, cwd: "#{project_dir}/inspec-bin"
|
||||
gem 'install inspec-bin-*.gem --no-document', env: env, cwd: "#{project_dir}/inspec-bin"
|
||||
|
||||
if Dir.exist?("#{project_dir}/inspec-bin")
|
||||
appbundle "inspec", lockdir: project_dir, gem: "inspec-bin", env: env
|
||||
appbundle 'inspec', lockdir: project_dir, gem: 'inspec-bin', env: env
|
||||
else
|
||||
appbundle "inspec", env: env
|
||||
appbundle 'inspec', env: env
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue