Rename csit validate job, add pylint installation to script.
[ci-management.git] / jjb / csit / include-raw-csit-pylint.sh
index e680884..c0cfe6c 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+sudo apt-get install -y --force-yes pylint
 find resources -name \*.py | xargs pylint --rcfile=pylint.cfg > pylint.log || true
 
 # vim: ts=4 ts=4 sts=4 et :