s
This commit is contained in:
parent
531295bb87
commit
174bd3d684
@ -14,12 +14,6 @@ pipeline {
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install DVC') {
|
||||
steps {
|
||||
sh 'pip install dvc'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Clone Repository') {
|
||||
steps {
|
||||
@ -33,6 +27,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install DVC') {
|
||||
steps {
|
||||
sh 'pip install dvc'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Pull DVC Files') {
|
||||
steps {
|
||||
sh 'dvc pull'
|
||||
|
Loading…
Reference in New Issue
Block a user