From 673d89b6593ef641d676aa5fb45e6ce07ba53204 Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Tue, 13 Feb 2024 14:24:58 +0200 Subject: [PATCH] exclude_blobs (#675) --- graduated/git-clone/step.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graduated/git-clone/step.yaml b/graduated/git-clone/step.yaml index 9cb9ccf01..e0f58771e 100644 --- a/graduated/git-clone/step.yaml +++ b/graduated/git-clone/step.yaml @@ -3,7 +3,7 @@ version: "1.0" metadata: name: git-clone title: Clone a Git repository - version: 1.0.3 + version: 1.0.4 isPublic: true description: Clone a Git repository with Codefresh's built in Git provider integration. sources: @@ -73,6 +73,10 @@ spec: "depth": { "type": "integer", "description": "Create a shallow clone with a history truncated to the specified number of commits." + }, + "exclude_blobs": { + "type": "boolean", + "description": "Filter out all blobs (file contents)." } } }