diff --git a/dvc.Jenkinsfile b/dvc.Jenkinsfile index 6f706d9..bddfd9c 100644 --- a/dvc.Jenkinsfile +++ b/dvc.Jenkinsfile @@ -24,7 +24,6 @@ pipeline { sh 'dvc remote modify --local ium_ssh_remote password ${IUM_PASS}' sh 'dvc pull' sh 'dvc repro' - sh ll } } }