fix
This commit is contained in:
parent
1a51256e4d
commit
cd1eb59b3f
@ -20,7 +20,6 @@ node {
|
|||||||
}
|
}
|
||||||
stage('Run script') {
|
stage('Run script') {
|
||||||
withEnv(["TRAIN_PARAMS=${params.TRAIN_PARAMS}"]) {
|
withEnv(["TRAIN_PARAMS=${params.TRAIN_PARAMS}"]) {
|
||||||
sh "rm model/neural_net"
|
|
||||||
sh "python3 Scripts/train_neural_network.py $TRAIN_PARAMS"
|
sh "python3 Scripts/train_neural_network.py $TRAIN_PARAMS"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user