Explorar o código

[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 %!s(int64=5) %!d(string=hai) anos
pai
achega
1315356ea7
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      tools/jenkins/jenkins.sh

+ 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