diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index b439f6d..0463c25 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -18,7 +18,7 @@ pipeline { sh 'dvc remote add -f -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl' sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS' echo 'Remote created' - sh 'export LNAME=449288' + sh 'export LOGNAME=449288' echo 'Pulling from dvc' sh 'dvc pull' echo 'Files pulled'