Now it should pass :33
This commit is contained in:
parent
df9b0502fd
commit
63e7e9c2eb
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user