test again

This commit is contained in:
Aneta Tlałka 2023-10-24 18:37:50 +02:00
parent 5e2b9180e6
commit 3661375381
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 'alpine/flake8:3.5.0' }
docker { image 'alpine/flake8' }
}
stages {
@ -12,7 +12,7 @@ pipeline {
stage('Test') {
steps {
sh 'flake check_flat_price.py'
}
}
}
stage('Deploy') {
steps {