This commit is contained in:
Jakub Zaręba 2023-05-24 01:08:47 +02:00
parent c268410fe4
commit b9f6987d0a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pipeline {
stage('Configure DVC Remote') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc remote add -d storage /home/user/dvc_storage'
sh 'PATH=$PATH:~/.local/bin/ dvc remote add -d new_storage /home/user/dvc_storage'
}
}