From 91c8fc2847d6fcf927ae5a7db7228f0c3a750c1a Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Mon, 30 May 2022 12:03:05 +0200 Subject: [PATCH] Update 'lab10/Jenkinsfile_dvc' --- lab10/Jenkinsfile_dvc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index 44f65d4..75c939a 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -17,8 +17,7 @@ pipeline { withCredentials( [sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) { sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' - sh 'dvc pull' - } + sh 'dvc pull'} } } }