diff --git a/Jenkinsfile b/Jenkinsfile index dfdf685..b505135 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,8 +56,6 @@ pipeline { unzip -o olympics-124-years-datasettill-2020.zip echo "Processed Data" > output.txt - - python3 /app/scripts/stats.py -i olympics-124-years-datasettill-2020/Athletes_summer_games.csv -o output.txt ''' sh "head -n ${params.CUTOFF} olympics-124-years-datasettill-2020/Athletes_summer_games.csv" }