diff --git a/Jenkinsfile-dvc b/Jenkinsfile-dvc index 00cbbc5..fd6b291 100644 --- a/Jenkinsfile-dvc +++ b/Jenkinsfile-dvc @@ -16,7 +16,7 @@ node { // sh 'dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc fetch' - sh 'dvc pull' + sh 'dvc pull -f' sh 'dvc exp run' } }