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