changed pull dvc

This commit is contained in:
piotr6789 2021-06-11 20:01:11 +02:00
parent 726b5c9027
commit 3a059ca362

2
dvc/Jenkinsfile vendored
View File

@ -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"
}
}