From 3a202dab980d57dc93a96e69e69a65165524bc21 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 8 Apr 2025 23:39:58 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index dfcca38..8d9b6ef 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -4,14 +4,6 @@ kind: Task metadata: name: git-clone-checkout 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: description: >- These Tasks are Git tasks to work with repositories used by other tasks