changes in file
This commit is contained in:
parent
b26405251d
commit
e5997349e6
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -95,7 +95,6 @@ pipeline {
|
||||||
stage('Pylint Checker'){
|
stage('Pylint Checker'){
|
||||||
steps{
|
steps{
|
||||||
sh '''
|
sh '''
|
||||||
cd repo
|
|
||||||
export TERM="linux"
|
export TERM="linux"
|
||||||
pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/ > pylint.log || exit 0
|
pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/ > pylint.log || exit 0
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user