This commit is contained in:
Jakub Zaręba 2023-05-23 23:19:39 +02:00
parent 174bd3d684
commit a11522f95f

View File

@ -27,11 +27,11 @@ pipeline {
} }
} }
stage('Install DVC') { // stage('Install DVC') {
steps { // steps {
sh 'pip install dvc' // sh 'pip install dvc'
} // }
} // }
stage('Pull DVC Files') { stage('Pull DVC Files') {
steps { steps {