We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5253461 commit 673d89bCopy full SHA for 673d89b
graduated/git-clone/step.yaml
@@ -3,7 +3,7 @@ version: "1.0"
3
metadata:
4
name: git-clone
5
title: Clone a Git repository
6
- version: 1.0.3
+ version: 1.0.4
7
isPublic: true
8
description: Clone a Git repository with Codefresh's built in Git provider integration.
9
sources:
@@ -73,6 +73,10 @@ spec:
73
"depth": {
74
"type": "integer",
75
"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)."
80
}
81
82
0 commit comments