This commit is contained in:
Aneta Tlałka 2023-10-24 18:43:53 +02:00
parent 3661375381
commit 3b02e3d493

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
} }
stage('Test') { stage('Test') {
steps { steps {
sh 'flake check_flat_price.py' sh 'check_flat_price.py'
} }
} }
stage('Deploy') { stage('Deploy') {