Skip to content

Commit 0a68fb4

Browse files
CR-3258 (#534)
1 parent 7401808 commit 0a68fb4

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.2
6+
version: 1.0.3
77
isPublic: true
88
description: Clone a Git repository with Codefresh's built in Git provider integration.
99
sources:
@@ -69,6 +69,10 @@ spec:
6969
"git": {
7070
"type": "string",
7171
"description": "The name of the git integration you want to use. If left empty, Codefresh will attempt to use the git provider that was used during account sign-up. Note that this might have unexpected results if you are changing your Git integrations."
72+
},
73+
"depth": {
74+
"type": "integer",
75+
"description": "Create a shallow clone with a history truncated to the specified number of commits."
7276
}
7377
}
7478
}

0 commit comments

Comments
 (0)