From 600e228fef7e6ffda91d998f2622cafaab182cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 24 May 2023 01:18:00 +0200 Subject: [PATCH] s --- JenkinsfileDVC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileDVC b/JenkinsfileDVC index 6f62535..7eb4582 100644 --- a/JenkinsfileDVC +++ b/JenkinsfileDVC @@ -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'