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 {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ls'
|
sh 'python api/main.py -i api/img/biedra.jpg'
|
||||||
sh 'ls /usr/share/tesseract-ocr/4.00/tessdata/'
|
|
||||||
sh 'python main.py -i img/biedra.jpg'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
Loading…
Reference in New Issue
Block a user