From 1a9a4489559432e6f22877c586f8a88f1d4e8dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 15:57:01 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index b60dcf3..b352ce4 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -42,7 +42,7 @@ pipeline { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings' - sh 'unzip video-game-sales-with-ratings.zip -d ./ium_z434686/' + sh 'unzip video-game-sales-with-ratings.zip -d /ium_z434686' sh 'rm video-game-sales-with-ratings.zip' } }