From e10e05cabb9194771a8f1d84b7d649eaa4e02886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 15:48:12 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index b26a378..695ee5e 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -31,7 +31,7 @@ pipeline { stage('checkout') { steps { //Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!) - sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686' + sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686 .' } } @@ -44,7 +44,6 @@ pipeline { sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings' sh 'unzip video-game-sales-with-ratings.zip' sh 'rm video-game-sales-with-ratings.zip' - sh 'move Video_Games_Sales_as_at_22_Dec_2016.csv ./ium_z434686' } } }