hopefully fix pipeline

This commit is contained in:
fabrice 2019-05-23 14:14:27 +02:00
parent 224a0834c2
commit 3d8d1a644b

View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build docker') { stage('build docker') {
steps { steps {
sh 'docker build face_recognition/. -t face-recognition-flask .' sh 'docker build face_recognition/. -t face-recognition-flask'
} }
} }
} }