This commit is contained in:
Jakub Zaręba 2023-05-24 01:18:00 +02:00
parent 0f320c3e41
commit 600e228fef
1 changed files with 2 additions and 2 deletions

View File

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