misc: reduce verbosity of get_wcs.sh and pylint.sh

This commit is contained in:
Benjamin Dauvergne 2019-11-19 17:29:43 +01:00
parent 50c17adbfe
commit ff27b62d42
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -xue
#!/bin/sh -ue
test -d wcs || git clone http://git.entrouvert.org/wcs.git
(cd wcs && git pull)

View File

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