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