Workaround

This commit is contained in:
Cezary Gałązkiewicz 2022-06-06 03:25:21 +02:00
parent b6b98def9e
commit ad351bb8ac
1 changed files with 0 additions and 1 deletions

View File

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