train.Jenkinsfile fix
Some checks failed
s434784-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:09:24 +02:00
parent f449b977c2
commit 6d06fbfe46

View File

@ -7,7 +7,7 @@ pipeline {
def image = docker.build('dock') def image = docker.build('dock')
image.inside{ image.inside{
sh 'training.py' sh 'training.py'
sh 'python3 ./training.py' sh 'python3 training.py'
} }
} }
} }