From 3f5a51dc5cc9cb0ab99d0f7591829460741b22f2 Mon Sep 17 00:00:00 2001 From: s424714 Date: Tue, 23 May 2023 14:47:58 +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 b9b288f..00cbbc5 100644 --- a/Jenkinsfile-dvc +++ b/Jenkinsfile-dvc @@ -13,7 +13,7 @@ node { withCredentials( [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: '')]) { - 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 keyfile $IUM_SFTP_KEY' sh 'dvc fetch' sh 'dvc pull'