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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'apt install black' echo 'Building...'
sh 'black ./'
} }
} }
stage('Test') { stage('Test') {