Update 'Jenkinsfile'
This commit is contained in:
parent
2a9f8b73a5
commit
a559ece77d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip --version'
|
sh 'pip --version'
|
||||||
sh 'sudo pip install black'
|
sh 'pip install --debug black'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user