From 3a059ca362ec45f2a361032073e9840540dd7d2a Mon Sep 17 00:00:00 2001 From: piotr6789 Date: Fri, 11 Jun 2021 20:01:11 +0200 Subject: [PATCH] changed pull dvc --- dvc/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/Jenkinsfile b/dvc/Jenkinsfile index bf2f96e..4074536 100644 --- a/dvc/Jenkinsfile +++ b/dvc/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { sh "dvc init -f" 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 pull" + sh "dvc pull -f" sh "dvc reproduce" } }