From 508f315ef4516b300d81f6e3e08c4c7d6e59eea6 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin <59863785+Halal37@users.noreply.github.com> Date: Fri, 12 May 2023 13:41:29 +0200 Subject: [PATCH] Fix --- Jenkinsfile_dvc | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index cb3a825..db61490 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -14,7 +14,6 @@ node { def testImage = docker.image('s487197/ium:54') testImage.inside{ withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { - sh 'dvc remote modify --local ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp' sh 'dvc remote modify --local ium_ssh_remote password IUM@2021' sh 'dvc pull' }