|
|
@@ -109,7 +109,9 @@ jobs:
|
|
|
command: |
|
|
|
cd ~/repo
|
|
|
|
|
|
- ./tools/ci/check_for_python_lint.sh
|
|
|
+ /usr/share/hue/build/env/bin/pip install pylint==1.7.5 pylint-django==0.7.2
|
|
|
+ ./tools/ci/check_for_python_lint.sh /usr/share/hue
|
|
|
+
|
|
|
if [ "$?" -ne "0" ]
|
|
|
then
|
|
|
exit 1
|
|
|
@@ -118,6 +120,7 @@ jobs:
|
|
|
cd ~/repo
|
|
|
|
|
|
./tools/ci/check_for_commit_message.sh
|
|
|
+
|
|
|
if [ "$?" -ne "0" ]
|
|
|
then
|
|
|
exit 1
|