Skip to content

Commit eea71d7

Browse files
committed
params in pipeline is a string not a int :\
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 9489d8c commit eea71d7

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
@@ -29,7 +29,7 @@ spec:
2929
workspace: source
3030
params:
3131
- name: depth
32-
value: 500
32+
value: "500"
3333
- name: url
3434
value: $(params.repo_url)
3535
- name: revision

0 commit comments

Comments
 (0)