s
This commit is contained in:
parent
0f320c3e41
commit
600e228fef
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user