Skip to content

Commit

Permalink
exclude_blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh committed Feb 1, 2024
1 parent 9addaf7 commit b8d7799
Showing 1 changed file with 5 additions and 1 deletion.
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.3
version: 1.0.4
isPublic: true
description: Clone a Git repository with Codefresh's built in Git provider integration.
sources:
Expand Down Expand Up @@ -73,6 +73,10 @@ spec:
"depth": {
"type": "integer",
"description": "Create a shallow clone with a history truncated to the specified number of commits."
},
"exclude_blobs": {
"type": "boolean",
"description": "Filter out all blobs (file contents)."
}
}
}

0 comments on commit b8d7799

Please sign in to comment.