Skip to content

Commit 673d89b

Browse files
exclude_blobs (#675)
1 parent 5253461 commit 673d89b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graduated/git-clone/step.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "1.0"
33
metadata:
44
name: git-clone
55
title: Clone a Git repository
6-
version: 1.0.3
6+
version: 1.0.4
77
isPublic: true
88
description: Clone a Git repository with Codefresh's built in Git provider integration.
99
sources:
@@ -73,6 +73,10 @@ spec:
7373
"depth": {
7474
"type": "integer",
7575
"description": "Create a shallow clone with a history truncated to the specified number of commits."
76+
},
77+
"exclude_blobs": {
78+
"type": "boolean",
79+
"description": "Filter out all blobs (file contents)."
7680
}
7781
}
7882
}

0 commit comments

Comments
 (0)