Merge branch 'master' of https://git.wmi.amu.edu.pl/s444386/ium_444386
y
This commit is contained in:
commit
152f57d3a1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]])
|
||||
sh "chmod u+x ./dataset_download.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
||||
archiveArtifacts 'data.txt'
|
||||
archiveArtifacts 'data.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,5 +2,5 @@
|
||||
kaggle datasets download -d tamber/steam-video-games
|
||||
unzip -o steam-video-games.zip
|
||||
> data.txt
|
||||
head -n $CUTOFF steam-200k.csv >> data.txt
|
||||
head -n $CUTOFF steam-200k.csv >> data.csv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user