From 1171efbec40a3e79d85bb8380f736dc5af365847 Mon Sep 17 00:00:00 2001 From: Sheaza Date: Tue, 28 May 2024 21:40:03 +0200 Subject: [PATCH] fix 3 --- training/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/Jenkinsfile b/training/Jenkinsfile index 0d00297..df95249 100644 --- a/training/Jenkinsfile +++ b/training/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { 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_PASS' sh 'dvc pull' sh "chmod +x ./train.py"