From a73ee6992df7ade7ae2683d52a5272fd95c3b728 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin <59863785+Halal37@users.noreply.github.com> Date: Fri, 12 May 2023 13:10:30 +0200 Subject: [PATCH] Fix --- Jenkinsfile_dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 7728d8f..ff5046c 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -15,7 +15,7 @@ node { testImage.inside{ withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { 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 password $IUM_SFTP_KEY' + sh 'dvc remote modify -f|--force --local ium_ssh_remote password $IUM_SFTP_KEY' sh 'dvc pull' }