From cf1d2e869cfb255581fb37fdd9f0f619535c3f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Sat, 13 May 2023 12:08:55 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_dvc' --- Jenkinsfile_dvc | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 370a856..31b687a 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -5,6 +5,7 @@ pipeline { stage('Clone repository') { steps { sh 'git clone https://git.wmi.amu.edu.pl/s452662/ium_452662' + sh 'cd ium_452662' } }