fix path
This commit is contained in:
parent
a52a754d7c
commit
ca7e5f6411
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh "bash ./stats_dataset.sh"
|
sh "bash ./stats/stats_dataset.sh"
|
||||||
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,4 +4,6 @@ wc -l artifacts/meteorite_train.csv > stats_train.txt
|
|||||||
|
|
||||||
wc -l artifacts/meteorite_test.csv > stats_test.txt
|
wc -l artifacts/meteorite_test.csv > stats_test.txt
|
||||||
|
|
||||||
wc -l artifacts/meteorite_validation.csv > stats_validation.txt
|
wc -l artifacts/meteorite_validation.csv > stats_validation.txt
|
||||||
|
|
||||||
|
mv stats_train.txt stats_test.txt meteorite_test.csv stats_validation.txt artifacts/
|
Loading…
Reference in New Issue
Block a user