Poprawka jenkinsfile

This commit is contained in:
Anna Nowak 2021-06-12 22:38:40 +02:00
parent 6346dcbca5
commit 8b72e443ed

View File

@ -15,7 +15,9 @@ pipeline {
}
}
stage('reproduce') {
sh 'dvc repro'
steps {
sh 'dvc repro'
}
}
}
}