From 7f6ee4e15a65690e4ec0553927031552fd4750f9 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sun, 29 May 2022 18:16:14 +0200 Subject: [PATCH] Update 'lab10/Jenkinsfile_dvc' --- lab10/Jenkinsfile_dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index beaed90..249a8f5 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -18,7 +18,7 @@ pipeline { sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS' echo 'Remote created' - sh 'dvc remote modify origin --local user 449288' + sh 'dvc remote modify ium_ssh_remote --local user 449288' echo 'Pulling from dvc' sh 'dvc pull' echo 'Files pulled'