diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 57fdf20..3dadd8a 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -21,7 +21,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: 'stats.txt.gz', fingerprint: true + archiveArtifacts artifacts: 'stats.txt', fingerprint: true } } } diff --git a/dataset-stats.sh b/dataset-stats.sh index 5ccb9dc..d97d121 100644 --- a/dataset-stats.sh +++ b/dataset-stats.sh @@ -1,5 +1,3 @@ #!/bin/bash -cat barcelona_weekends.dev.csv | wc -l > stats - -gzip -c stats > stats.txt.gz \ No newline at end of file +cat barcelona_weekends.dev.csv | wc -l > stats.txt