This commit is contained in:
Jakub Zaręba 2023-05-23 23:29:53 +02:00
parent 630f25591b
commit 1ab4e06056
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pipeline {
stage('Pull DVC Files') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc pull'
sh 'PATH=$PATH:~/.local/bin/ dvc pull -f'
}
}