From 3f213642c9147d8512cdcee655109b87ddca0c49 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 15 Apr 2025 09:24:22 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index cc1f675..d4ec1b0 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -57,7 +57,7 @@ spec: - name: deleteExisting type: string - default: "true" + default: "false" description: Clean out the contents of the destination directory if it already exists before cloning. - name: httpProxy