From 66dcddd1587c74ee32febbc2746986067bbf966f Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin Date: Sun, 26 Mar 2023 17:24:34 +0200 Subject: [PATCH] check if dataset is the problem --- Jenkinsfile | 2 +- download_dataset.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b3a2bb..490080b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh './download_dataset.sh' - archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv' + archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv' } } } \ No newline at end of file diff --git a/download_dataset.sh b/download_dataset.sh index 9ae52f8..243dfe0 100644 --- a/download_dataset.sh +++ b/download_dataset.sh @@ -1,4 +1,4 @@ -kaggle datasets download -d sohier/crime-in-baltimore +kaggle datasets download -d aleksandrglotov/car-prices-poland unzip crime-in-baltimore.zip