From f8f8f694eb8f2cc06f3548c88bcc0aa41568e748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Mon, 27 Mar 2023 21:38:15 +0200 Subject: [PATCH] t --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ca4f694..bae7471 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ node { kaggle datasets download nitishsharma01/olympics-124-years-datasettill-2020 - unzip olympics-124-years-datasettill-2020.zip + unzip -o olympics-124-years-datasettill-2020.zip echo "Processed Data" > output.txt cat processed_data.txt >> output.txt