This commit is contained in:
Jakub Zaręba 2023-05-24 01:25:42 +02:00
parent 8568c10b60
commit dddc7d44e0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pipeline {
stage('Run DVC Pipeline') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc repro'
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce'
}
}