Skip to content

Commit 364d62c

Browse files
feat: add skip_tags_on_update flag (#699)
1 parent 9645dea commit 364d62c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graduated/git-clone/step.yaml

+5-1
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.5
6+
version: 1.0.6
77
isPublic: true
88
description: Clone a Git repository with Codefresh's built in Git provider integration.
99
sources:
@@ -77,6 +77,10 @@ spec:
7777
"exclude_blobs": {
7878
"type": "boolean",
7979
"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."
8084
}
8185
}
8286
}

0 commit comments

Comments
 (0)