work plz
This commit is contained in:
parent
fdf9ddb1db
commit
4dd29275e0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
|||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Testing..'
|
echo 'Testing..'
|
||||||
sh scripts/check_tesseract.sh
|
sh 'sh scripts/check_tesseract.sh'
|
||||||
sh 'python api/main.py -i api/img/biedra.jpg'
|
sh 'python api/main.py -i api/img/biedra.jpg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user