From 61e258a3455f25240b35c15887773ee86af139fe Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sun, 5 Jun 2022 11:03:23 +0200 Subject: [PATCH] remote update --- Jenkinsfile_dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index af16029..107a137 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -12,7 +12,7 @@ pipeline { steps { withCredentials( [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: '')]) { - sh 'dvc remote add -d -f ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' + 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 keyfile $IUM_SFTP_KEY' sh 'dvc remote modify --local ium_ssh_remote password IUM@2021' sh 'dvc pull'