Add prediction from other student

This commit is contained in:
michalzareba 2021-05-23 14:16:33 +02:00
parent ff02751395
commit 6b99976ed9

View File

@ -16,7 +16,7 @@ pipeline {
}
stage('Predict example value'){
steps {
'sh 'python3 "./lab_09_predict.py"''
sh 'python3 "./lab_09_predict.py"'
}
}
}