Browse Source

[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 năm trước cách đây
mục cha
commit
1315356ea7
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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