Remove workaround

This commit is contained in:
Cezary Gałązkiewicz 2022-06-06 03:30:29 +02:00
parent a1cfeb7179
commit 76ff678fd5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pipeline {
sh 'dvc remote list' sh 'dvc remote list'
sh 'cat .dvc/config' sh 'cat .dvc/config'
sh 'cat .dvc/config.local' sh 'cat .dvc/config.local'
sh 'dvc pull'
sh 'dvc repro' sh 'dvc repro'
sh 'ls -al' sh 'ls -al'
} }