Update 'Jenkinsfile'
This commit is contained in:
parent
bce58adc1d
commit
05d24b1fb5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,13 +6,13 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'pip install -r requirements.txt'
|
||||
sh 'black ./'
|
||||
sh 'pip install black'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
sh 'black ./'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
Loading…
Reference in New Issue
Block a user