diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 31b687a..4228145 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -4,7 +4,6 @@ pipeline { stages { stage('Clone repository') { steps { - sh 'git clone https://git.wmi.amu.edu.pl/s452662/ium_452662' sh 'cd ium_452662' } }