Update 'Jenkinsfile'
This commit is contained in:
parent
4db79f51e0
commit
f0bb3d56f2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -5,7 +5,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip --version'
|
|
||||||
sh 'pip install --user black'
|
sh 'pip install --user black'
|
||||||
sh 'black ./'
|
sh 'black ./'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user