mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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'
|
||||
|
||||
execute 'rubocop' do
|
||||
command 'bundle exec rubocop -D'
|
||||
command 'bundle exec rake lint'
|
||||
cwd node['delivery_builder']['repo']
|
||||
user node['delivery_builder']['build_user']
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue