Zad 10.Jenkinsfile_dvc

This commit is contained in:
Cezary Gałązkiewicz 2022-06-06 03:26:22 +02:00
parent ad351bb8ac
commit dcb44053d1
1 changed files with 1 additions and 1 deletions

View File

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