Skip to content

Commit

Permalink
Merge branch 'codefresh-io:master' into fnm/octopus-login-step
Browse files Browse the repository at this point in the history
  • Loading branch information
bec-callow-oct authored Nov 4, 2024
2 parents bd30ba1 + 9e5e01e commit 2d48934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion graduated/git-clone/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "1.0"
metadata:
name: git-clone
title: Clone a Git repository
version: 1.0.5
version: 1.0.6
isPublic: true
description: Clone a Git repository with Codefresh's built in Git provider integration.
sources:
Expand Down Expand Up @@ -77,6 +77,10 @@ spec:
"exclude_blobs": {
"type": "boolean",
"description": "(boolean) Filter out all blobs (file contents). The default value is False."
},
"skip_tags_on_update": {
"type": "boolean",
"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."
}
}
}
4 changes: 2 additions & 2 deletions incubating/newrelic-deployment-marker/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: '1.0'
kind: step-type
metadata:
name: newrelic-deployment-marker
version: 1.0.1
version: 1.0.2
isPublic: true
description: Createa a new deployment marker in New Relic.
description: Create a new deployment marker in New Relic.
sources:
- >-
https://github.com/codefresh-io/steps/tree/master/incubating/newrelic-deployment-marker
Expand Down

0 comments on commit 2d48934

Please sign in to comment.