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

View File

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