changes in file

This commit is contained in:
shikhar.s 2019-08-17 20:31:47 +05:30
parent b26405251d
commit e5997349e6
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -95,7 +95,6 @@ pipeline {
stage('Pylint Checker'){
steps{
sh '''
cd repo
export TERM="linux"
pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/ > pylint.log || exit 0
'''