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-1
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.5
6
+
version: 1.0.6
7
7
isPublic: true
8
8
description: Clone a Git repository with Codefresh's built in Git provider integration.
9
9
sources:
@@ -77,6 +77,10 @@ spec:
77
77
"exclude_blobs": {
78
78
"type": "boolean",
79
79
"description": "(boolean) Filter out all blobs (file contents). The default value is False."
80
+
},
81
+
"skip_tags_on_update": {
82
+
"type": "boolean",
83
+
"description": "When set, fetch updates without tags to minimize data transfer. If unset, tags are included in the fetch operation. The default value is False."
0 commit comments