diff --git a/Jenkinsfile b/Jenkinsfile index 9e614f5..4582214 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,13 +8,6 @@ pipeline { copyArtifacts(projectName: 's452662-create-dataset', selector: lastSuccessful()) } } - - stage('Run'){ - steps { - sh 'python sacred.py' - - } - } stage('Save model') { steps{ archiveArtifacts 'model.h5'