fix bash commnad
This commit is contained in:
parent
7282b62d83
commit
9757d68621
@ -15,8 +15,8 @@ pipeline {
|
||||
}
|
||||
stage('install dependencies') {
|
||||
steps {
|
||||
sh 'python -m pip install dvc'
|
||||
sh 'python -m pip install dvc[ssh] paramiko'
|
||||
sh 'python3 -m pip install dvc'
|
||||
sh 'python3 -m pip install dvc[ssh] paramiko'
|
||||
}
|
||||
}
|
||||
stage('DVC') {
|
||||
|
Loading…
Reference in New Issue
Block a user