From 0d4dd45448903156948ccd42e19f7278f1f7e838 Mon Sep 17 00:00:00 2001 From: sg Date: Wed, 21 Aug 2024 21:47:00 +0100 Subject: [PATCH] make source-code the default subdir --- components/sources/git/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sources/git/task.yaml b/components/sources/git/task.yaml index b68680680..870a7e304 100644 --- a/components/sources/git/task.yaml +++ b/components/sources/git/task.yaml @@ -67,7 +67,7 @@ spec: - name: git-clone-subdirectory description: Subdirectory inside the `output` Workspace to clone the repo into. type: string - default: "" + default: "source-code" - name: git-clone-sparseCheckoutDirectories description: Define the directory patterns to match or exclude when performing a sparse checkout. type: string