This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 14:56:40 +01:00
parent fdf9ddb1db
commit 4dd29275e0

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Test') {
steps {
echo 'Testing..'
sh scripts/check_tesseract.sh
sh 'sh scripts/check_tesseract.sh'
sh 'python api/main.py -i api/img/biedra.jpg'
}
}