.
Some checks reported errors
s434784-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:25:52 +02:00
parent db2f934cae
commit d807f97a46

View File

@ -8,6 +8,7 @@ pipeline {
image.inside{
sh 'chmod +x training.py'
sh 'python3 training.py'
}
}
}