diff --git a/Jenkinsfile b/Jenkinsfile index bf5f8fe..f273261 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,6 @@ pipeline { unzip -o olympics-124-years-datasettill-2020.zip echo "Processed Data" > output.txt - - head -n ${params.CUTOFF} Athletes_summer_games.csv > Athletes_summer_games_cutoff.csv - ''' } } catch (err) {