From fc67751d7b299c15c480dcab2de3cec6749864d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hartmann?= Date: Tue, 26 Mar 2024 09:18:15 +0100 Subject: [PATCH] exclude .git on stashBack (#4854) This change allows usage of `stashNoDefaultExcludes` parameter, as otherwise I think it it impossible to stash back the .git repository. It should not affect anything if `stashNoDefaultExcludes` is not used. --- resources/default_pipeline_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_pipeline_environment.yml b/resources/default_pipeline_environment.yml index e1ca53774e..38392ffee9 100644 --- a/resources/default_pipeline_environment.yml +++ b/resources/default_pipeline_environment.yml @@ -237,7 +237,7 @@ steps: workspace: '**/*' stashExcludes: workspace: 'nohup.out' - stashBack: '**/node_modules/**,nohup.out' + stashBack: '**/node_modules/**,nohup.out,.git/**' dubExecute: dockerImage: 'dlang2/dmd-ubuntu:latest' githubPublishRelease: