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

View File

@ -44,7 +44,7 @@ pipeline {
stage('Clean DVC Cache') {
steps {
sh 'PATH=$PATH:~/.local/bin/ dvc gc -c -w'
sh 'PATH=$PATH:~/.local/bin/ dvc gc -c -w -f'
}
}