From d3bb73b60054e00735f4c499822dbfd229c7354a Mon Sep 17 00:00:00 2001 From: s424714 Date: Tue, 23 May 2023 12:29:12 +0200 Subject: [PATCH] fix: jenkinsfile-dvc --- Jenkinsfile-dvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-dvc b/Jenkinsfile-dvc index 56f5650..dce529e 100644 --- a/Jenkinsfile-dvc +++ b/Jenkinsfile-dvc @@ -16,7 +16,7 @@ node { 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 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 exp run'