This commit is contained in:
병준 박 2025-04-08 23:39:58 +00:00
parent 9cea0cc4d6
commit 3a202dab98

View File

@ -4,14 +4,6 @@ kind: Task
metadata: metadata:
name: git-clone-checkout name: git-clone-checkout
namespace: gitops-ci namespace: gitops-ci
labels:
app.kubernetes.io/version: "0.9"
annotations:
tekton.dev/pipelines.minVersion: "0.38.0"
tekton.dev/categories: Git
tekton.dev/tags: git
tekton.dev/displayName: "git clone & checkout"
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