This commit is contained in:
Jakub Zaręba 2023-05-23 23:19:39 +02:00
parent 174bd3d684
commit a11522f95f
1 changed files with 5 additions and 5 deletions

View File

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