pylint.sh: remove "set -x"

This commit is contained in:
Benjamin Dauvergne 2018-11-28 17:00:44 +01:00
parent e93df9546e
commit 9f4bcdafcb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e -x
set -e
env
if [ -f /var/lib/jenkins/pylint.django.rc ]; then
PYLINT_RC=/var/lib/jenkins/pylint.django.rc