refactoring
This commit is contained in:
parent
66fea60771
commit
d62a7af32d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -36,7 +36,6 @@ pipeline {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
// sh "./process_data.sh"
|
||||
sh "chmod 777 /.kaggle"
|
||||
sh "python3 download_data_and_process.py"
|
||||
archiveArtifacts artifacts: "data_test.csv, data_dev.csv, data_train.csv, column_titles.csv"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user