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' }