change Jenkinsfile
This commit is contained in:
parent
28673e918c
commit
4cab54b3f9
@ -20,7 +20,7 @@ RUN pip3 install pipenv_to_requirements gunicorn && \
|
||||
pipenv run pipenv_to_requirements && \
|
||||
pip3 install --no-cache -r requirements.txt
|
||||
|
||||
WORKDIR /install/api
|
||||
|
||||
|
||||
|
||||
|
||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -5,7 +5,8 @@ pipeline {
|
||||
stage('Build') {
|
||||
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') {
|
||||
|
Loading…
Reference in New Issue
Block a user