From b80b0016ced654b56a779964a0ac11932315c2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 22:23:21 +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 3d2d9fa..f3cca2d 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -46,7 +46,7 @@ pipeline { sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings' sh 'unzip video-game-sales-with-ratings.zip -d data' sh 'rm video-game-sales-with-ratings.zip' - sh 'ls -a data/ | tee dataset.csv' + sh 'ls -a ./data/ | tee dataset.csv' sh 'ls -a | tee ls.txt' } }