summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/bin/run_chef_tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/bin/run_chef_tests b/tasks/bin/run_chef_tests
index ea5c5beeff..a128e59aec 100755
--- a/tasks/bin/run_chef_tests
+++ b/tasks/bin/run_chef_tests
@@ -12,6 +12,5 @@ if [ -n "$1" ]; then
sudo -E $(which bundle) exec $@;
else
sudo -E $(which bundle) exec rake spec;
- bundle exec rake style;
bundle exec bundle-audit check --update;
fi