From 6b99976ed973edd22158fcdca268804de104bc92 Mon Sep 17 00:00:00 2001 From: michalzareba Date: Sun, 23 May 2021 14:16:33 +0200 Subject: [PATCH] Add prediction from other student --- Jenkinsfile_predict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index 0d11286..84f7ffe 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -16,7 +16,7 @@ pipeline { } stage('Predict example value'){ steps { - 'sh 'python3 "./lab_09_predict.py"'' + sh 'python3 "./lab_09_predict.py"' } } }