From 9757d68621f5b74f1e85af7fc01c80c63b3ad07a Mon Sep 17 00:00:00 2001 From: Dawid Date: Sat, 12 Jun 2021 18:26:46 +0200 Subject: [PATCH] fix bash commnad --- Jenkinsfile_dvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index d3147a1..05b38ee 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -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') {