This commit is contained in:
Jakub Zaręba 2023-05-24 01:13:24 +02:00
parent b9f6987d0a
commit e40dce1545

View File

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