Skip to content

Commit 2d48934

Browse files
Merge branch 'codefresh-io:master' into fnm/octopus-login-step
2 parents bd30ba1 + 9e5e01e commit 2d48934

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.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
}

incubating/newrelic-deployment-marker/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: '1.0'
22
kind: step-type
33
metadata:
44
name: newrelic-deployment-marker
5-
version: 1.0.1
5+
version: 1.0.2
66
isPublic: true
7-
description: Createa a new deployment marker in New Relic.
7+
description: Create a new deployment marker in New Relic.
88
sources:
99
- >-
1010
https://github.com/codefresh-io/steps/tree/master/incubating/newrelic-deployment-marker

0 commit comments

Comments
 (0)