File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ sudo: false
33cache : bundler
44language : ruby
55bundler_args : --without development acceptance
6- script : bundle exec rake test
6+ script :
7+ - bundle exec rake test
8+ - bundle exec rubocop lib
9+ - bundle exec puppet-lint --no-autoloader_layout-check manifests
710matrix :
811 fast_finish : true
912 include :
Original file line number Diff line number Diff line change 8888 tries => 50,
8989 try_sleep => 10,
9090 logoutput => true ,
91- onlyif => ' kubectl get deploy -n kube-system kube-dns -o yaml | tr -s " " | grep "Deployment does not have minimum availability"' ,
91+ onlyif => ' kubectl get deploy -n kube-system kube-dns -o yaml | tr -s " " | grep "Deployment does not have minimum availability"' , # lint:ignore:140chars
9292 }
9393
9494 exec { 'Taint master node' :
You can’t perform that action at this time.
0 commit comments