From 575d1568cf907926fdfc0787ac2d9ffa33974014 Mon Sep 17 00:00:00 2001 From: Dominik Strzako Date: Mon, 24 May 2021 01:23:21 +0200 Subject: [PATCH] ggegreerg --- Jenkinsfile_predict_r | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile_predict_r b/Jenkinsfile_predict_r index 3c708d3..d75e5f2 100644 --- a/Jenkinsfile_predict_r +++ b/Jenkinsfile_predict_r @@ -21,10 +21,8 @@ pipeline { steps { catchError { - sh 'cd tmp' - sh 'ls' - sh 'pwd' - sh 'mkdir mlruns' + sh 'rm -r tmp' + sh 'mkdir -p tmp/mlruns' sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}' }