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