Fix
This commit is contained in:
parent
a73ee6992d
commit
0bcd2aa860
@ -15,7 +15,7 @@ node {
|
||||
testImage.inside{
|
||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||
sh 'dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
|
||||
sh 'dvc remote modify -f|--force --local ium_ssh_remote password $IUM_SFTP_KEY'
|
||||
sh 'dvc remote modify --force --local ium_ssh_remote password $IUM_SFTP_KEY'
|
||||
sh 'dvc pull'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user