Skip to content

Commit 22af0ea

Browse files
committed
gorelease: don't shallow clone on git-clone
goreleaser will need a full clone and since git-init define 0 as no shallow then use that number (default is only one commit) Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent a8fe45d commit 22af0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/release-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
workspace: source
3131
params:
3232
- name: depth
33-
value: "500"
33+
value: "0"
3434
- name: url
3535
value: $(params.repo_url)
3636
- name: revision

0 commit comments

Comments
 (0)