update jenkinsfile_dvc
Some checks failed
s444356-evaluation/pipeline/head Build started...
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-06-02 23:09:45 +02:00
parent 027401dd01
commit 4025d4b51e

View File

@ -19,6 +19,7 @@ pipeline {
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'dvc remote list'
sh 'cat .dvc/config'
sh 'cat .dvc/config.local'
sh 'dvc pull'
sh 'dvc repro'
sh 'ls -al'