From 027401dd01f99fc5992cfb0181aa2729854a1a93 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Thu, 2 Jun 2022 23:08:13 +0200 Subject: [PATCH] update jenkinsfile_dvc --- Jenkinsfile_dvc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index ad1173c..c63b643 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -18,9 +18,7 @@ pipeline { withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) { sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc remote list' - sh 'cd .dvc' - sh 'ls -al' - sh 'cat config' + sh 'cat .dvc/config' sh 'dvc pull' sh 'dvc repro' sh 'ls -al'