This commit is contained in:
병준 박 2025-04-09 02:06:16 +00:00
parent 7af6bc9bd5
commit 5e7127076e

View File

@ -29,7 +29,14 @@ spec:
description: | description: |
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:
- name: repo-url
description: Repository URL to clone from.
type: string
- name: revision
description: Revision to checkout. (branch, tag, sha, ref, etc...)
type: string
default: ""
steps: steps:
- name: echo - name: echo
image: "alpine/git:2.47.2" image: "alpine/git:2.47.2"