This commit is contained in:
병준 박 2025-04-09 03:04:21 +00:00
parent aedd547a56
commit 32c1b36950

View File

@ -46,7 +46,7 @@ spec:
A workspace containing CA certificates, this will be used by Git to
verify the peer with when fetching or pushing over HTTPS.
params:
- name: url
- name: repo-url
description: Repository URL to clone from.
type: string
- name: revision
@ -80,7 +80,7 @@ spec:
- name: HOME
value: "$(params.userHome)"
- name: PARAM_URL
value: $(params.url)
value: $(params.repo-url)
- name: PARAM_REVISION
value: $(params.revision)
- name: PARAM_VERBOSE