Эх сурвалжийг харах

[tools] Removed pylint from jenkins.sh (#1154)

- runpylint doesn't work properly (it was disabled at HUE-8333)

Co-authored-by: Romain Rigaux <romain.rigaux@gmail.com>
Sungpeo Kook 5 жил өмнө
parent
commit
1315356ea7

+ 0 - 7
tools/jenkins/jenkins.sh

@@ -45,13 +45,6 @@ build_sqoop
 
 make apps
 
-if ! [ -x "$(command -v pylint)" ]; then
-    build/env/bin/pip install pylint
-fi
-ln -sf $(which pylint) build/env/bin/pylint
-
-build/env/bin/hue runpylint > PYLINT.txt
-
 rm -f JAVASCRIPTLINT.txt
 for FILE in $(find . -name *.js);
 do