From 4da8758bd37b0c8393dca04689f09cda771e6c93 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 05:05:23 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index bad167b..faa4426 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -2,14 +2,14 @@ apiVersion: tekton.dev/v1 kind: Task metadata: name: git-clone-checkout - 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 and checkout" - tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64" + # 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 and checkout" + # tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64" spec: description: >- These Tasks are Git tasks to work with repositories used by other tasks