Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-31 15:56:09 +02:00
parent c8fb7a1c55
commit 68da7d997f

View File

@ -12,6 +12,7 @@ pipeline {
echo 'Checked out'
/* sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git' - wykonane raz */
echo 'Changing into dvc repo and updating'
sh 'chmod o+x ium_s449288'
sh 'cd ium_s449288'
sh 'git pull origin master'
echo 'In ium_s449288 now'