From f7515627a59ba2a43ea07a8c52ff7dba9c9ccf2e Mon Sep 17 00:00:00 2001 From: Dawid Date: Sun, 23 May 2021 15:03:51 +0200 Subject: [PATCH] Fix overwrite model in train --- Jenkisfile_train | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkisfile_train b/Jenkisfile_train index d68fd7f..1fde225 100644 --- a/Jenkisfile_train +++ b/Jenkisfile_train @@ -15,8 +15,9 @@ pipeline { } stage('training') { steps { - sh 'chmod +x tensor.py' - sh 'python3 tensor.py' + //sh 'chmod +x tensor.py' + //sh 'python3 tensor.py' + sh 'rm -rf country_vaccination' sh 'chmod +x mlflow_model.py' sh 'python3 mlflow_model.py' }