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