From 84881f56bc23be0979764dfb9aafb9c06d834ddb Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 13 May 2023 18:34:43 +0200 Subject: [PATCH] asdasd --- Jenkinsfile_6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_6 b/Jenkinsfile_6 index b311e61..fdc5d91 100644 --- a/Jenkinsfile_6 +++ b/Jenkinsfile_6 @@ -8,7 +8,7 @@ pipeline { stage('DVC Commands') { steps { 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 add -d -f 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 pull' sh 'dvc repro'