This commit is contained in:
Jakub Zaręba 2023-05-24 01:14:35 +02:00
parent e40dce1545
commit 63672310b1
1 changed files with 1 additions and 1 deletions

View File

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