You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graduated/git-clone/step.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ version: "1.0"
3
3
metadata:
4
4
name: git-clone
5
5
title: Clone a Git repository
6
-
version: 1.0.2
6
+
version: 1.0.3
7
7
isPublic: true
8
8
description: Clone a Git repository with Codefresh's built in Git provider integration.
9
9
sources:
@@ -69,6 +69,10 @@ spec:
69
69
"git": {
70
70
"type": "string",
71
71
"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."
0 commit comments