Fix Jenkinsfile
This commit is contained in:
parent
bcbfc4402f
commit
2a42f9196b
@ -14,7 +14,7 @@ pipeline {
|
||||
sh 'dvc remote list'
|
||||
sh 'dvc remote default'
|
||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
||||
//sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
||||
sh 'dvc pull'
|
||||
sh 'dvc repro'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user