mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
change delivery lint command to use rake
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
a888534c4e
commit
6703d1834d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
include_recipe 'build-cookbook::prepare'
|
include_recipe 'build-cookbook::prepare'
|
||||||
|
|
||||||
execute 'rubocop' do
|
execute 'rubocop' do
|
||||||
command 'bundle exec rubocop -D'
|
command 'bundle exec rake lint'
|
||||||
cwd node['delivery_builder']['repo']
|
cwd node['delivery_builder']['repo']
|
||||||
user node['delivery_builder']['build_user']
|
user node['delivery_builder']['build_user']
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue