This commit is contained in:
병준 박 2025-04-09 05:05:23 +00:00
parent b3f7373888
commit 4da8758bd3

View File

@ -2,14 +2,14 @@ apiVersion: tekton.dev/v1
kind: Task kind: Task
metadata: metadata:
name: git-clone-checkout name: git-clone-checkout
labels: # labels:
app.kubernetes.io/version: "0.9" # app.kubernetes.io/version: "0.9"
annotations: # annotations:
tekton.dev/pipelines.minVersion: "0.38.0" # tekton.dev/pipelines.minVersion: "0.38.0"
tekton.dev/categories: Git # tekton.dev/categories: Git
tekton.dev/tags: git # tekton.dev/tags: git
tekton.dev/displayName: "git clone and checkout" # tekton.dev/displayName: "git clone and checkout"
tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64" # tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
spec: spec:
description: >- description: >-
These Tasks are Git tasks to work with repositories used by other tasks These Tasks are Git tasks to work with repositories used by other tasks