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