瀏覽代碼

[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 年之前
父節點
當前提交
1315356ea7
共有 1 個文件被更改,包括 0 次插入7 次删除
  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