diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index ff5046c..220a2f0 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -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' }