From 76ff678fd5889fa28263b96e32066a53b92d0252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Ga=C5=82=C4=85zkiewicz?= Date: Mon, 6 Jun 2022 03:30:29 +0200 Subject: [PATCH] Remove workaround --- Jenkinsfile_dvc | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index e705082..04d09fb 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -20,6 +20,7 @@ pipeline { sh 'dvc remote list' sh 'cat .dvc/config' sh 'cat .dvc/config.local' + sh 'dvc pull' sh 'dvc repro' sh 'ls -al' }