Update 'Jenkinsfile'
This commit is contained in:
parent
5da3a2e872
commit
84503fc245
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -4,8 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'apt install black'
|
||||
sh 'black ./'
|
||||
echo 'Building...'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
Reference in New Issue
Block a user