Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:33:43 +02:00
parent 5da3a2e872
commit 84503fc245

3
Jenkinsfile vendored
View File

@ -4,8 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'apt install black'
sh 'black ./'
echo 'Building...'
}
}
stage('Test') {