Now it should pass :33

This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 14:19:54 +01:00
parent df9b0502fd
commit 63e7e9c2eb

4
Jenkinsfile vendored
View File

@ -4,9 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'ls'
sh 'ls /usr/share/tesseract-ocr/4.00/tessdata/'
sh 'python main.py -i img/biedra.jpg'
sh 'python api/main.py -i api/img/biedra.jpg'
}
}
stage('Test') {