From ad351bb8ac975e4dfafe90e591de358352247990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Ga=C5=82=C4=85zkiewicz?= Date: Mon, 6 Jun 2022 03:25:21 +0200 Subject: [PATCH] Workaround --- Jenkinsfile_dvc | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 390e9ec..91e48f4 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -20,7 +20,6 @@ pipeline { sh 'dvc remote list' sh 'cat .dvc/config' sh 'cat .dvc/config.local' - sh 'dvc pull' sh 'dvc reproduce' sh 'ls -al' }